@charset "utf-8";
/*******CSS commont*************/
html{ scroll-behavior: smooth; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}
img{border:0;}
ol,ul{list-style:none;}
h1,h2,h3{font-weight:normal;font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-weight:inherit;font-size:inherit;font-family:inherit; border: 0px;}
input,textarea,select{*font-size:100%;}legend{color:#000;}
/*******CSS reset*************/
body{ background: #fff; overflow-x: hidden; color:#121314; font-size: 12px; font-family:'Microsoft YaHei','微软雅黑',Arial;}
@media (min-width:1200px) 
{
    body{ font-size: 14px; }
}
@media (min-width:1601px) 
{
    body{ font-size: 15px; }
}
a{color:#121314;text-decoration:none; cursor: pointer; transition: all 0.3s;}
a:hover{ text-decoration: none; color:#dc3530; }
.left{float:left;}
.right{float:right;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.clear{clear:both;}
.hidden{display:none;}
@font-face{
    font-family: 'MONTS';
    src:url('tt0173m.ttf') format('truetype');
}
.imgbox {position:relative;overflow:hidden;width:100%;}
.imgbox:after {content:'';display:block;padding-top:75%;}
.imgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgbox:hover img{width:110%;transition:.36s width;}
.imgboxs{position:relative;overflow:hidden;width:100%;}
.imgboxs:after {content:'';display:block;padding-top:100%;}
.imgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.imgboxs:hover img{width:110%;transition:.36s width;}
.simgbox{position:relative;overflow:hidden;width:100%;}
.simgbox:after {content:'';display:block;padding-top:44.791%;}
.simgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.simgbox:hover img{width:110%;transition:.36s width;} 
.simgboxs{position:relative;overflow:hidden;width:100%;}
.simgboxs:after {content:'';display:block;padding-top:64.93%;}
.simgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.simgboxs:hover img{width:110%;transition:.36s width;}
.timgbox{position:relative;overflow:hidden;width:100%;}
.timgbox:after {content:'';display:block;padding-top:73.37%;}
.timgbox img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.timgbox:hover img{width:110%;transition:.36s width;}
.timgboxs{position:relative;overflow:hidden;width:100%;}
.timgboxs:after {content:'';display:block;padding-top:64.7%;}
.timgboxs img {width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.36s width;}
.timgboxs:hover img{width:110%;transition:.36s width;}
/*******Css header*******/
.header-top{ position: fixed;
    width: 100%; top: 0;
    left: 0;
    z-index: -1;}
.header-top2 {
    background: #fff;
    transition: top 0.2s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 1;
}    
#header{ width: 100%; padding: 12px 0px 16px 0px; position:fixed; top: 0px; left: 0px; z-index: 999;transition: all 0.5s ease-out 0s;}
#pheader{ background: #fff; width: 100%; padding: 12px 0px 16px 0px; position:fixed; top: 0px; left: 0px; z-index: 999;transition: all 0.5s ease-out 0s; }
.header-top2 #pheader{ opacity: 0; transform: translateY(-100%);}
.header-top2 #pheader.boxshow{ padding: 8px 0px 10px 0px;  opacity: 1;transform: translateY(-0%);transition: all 0.5s ease-out 0s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);} 
.header-top #header{ opacity: 0; transform: translateY(-100%); }
.header-top #header.boxshow{ opacity: 1; transform: translateY(-0%); transition: all 0.5s ease-out 0s; }
#pheader.show{ padding: 8px 0px 10px 0px; }
.logo{ width:50%; float: left; transition: all 0s;}
.logo img{ max-width: 100%; }
.header_right{ float: right; }
.map_open{ width: 34px; text-align: center; height:28px; line-height: 28px; color: #fff; float: left;}
.map_open .iconfont{ font-size: 22px; }
.header_right_line{ width: 0px; float: left; }
.header_right_a1{ font-size: 15px; width: 34px; text-align: center;text-transform: uppercase; height: 28px; line-height: 28px; color: #fff; float: left; }
.header_right_a2{ width: 34px; height: 28px; float: left; background: url(../images/tel.png) no-repeat center; }
#pheader .map_open{ color: #121314; }
#pheader .header_right_a1{ color: #121314; }
#pheader .header_right_a2{ background: url(../images/tels.png) no-repeat center; }
@media (min-width:370px) 
{
    .logo{ width: 196px; }
    .map_open{ width: 37px; height: 37px; line-height: 37px;}
    .header_right_a1{ width: 37px; height: 37px; line-height: 37px; font-size: 16px;}
    .header_right_a2{ width: 37px; height: 37px; line-height: 37px; }
}
@media (min-width:768px) 
{
    .himg1{ float: left; margin-left: 15px; margin-top: 8px;}
    .header_right_a2{ margin-left: 8px; width: auto; background: url(../images/tel.png) no-repeat left center; padding-left: 20px; color: #fff; font-size: 14px;}
    #pheader .header_right_a2{  background: url(../images/tels.png) no-repeat left center; color: #dc3530;}
}
@media (min-width:992px) 
{
    #header{ padding: 13px 0px; }
    #pheader{ padding: 13px 0px; }
    .header-top2 #pheader.boxshow{ padding: 8px 0px 10px 0px; }
    #pheader.show{ padding: 8px 0px 10px 0px; }
}
@media (min-width:1200px) 
{
    .himg1{ margin-top: 0px; }
    #header{ padding:0px; height: 85px; line-height: 85px;}
    #header .container{ width: 95%; }
    .header_right{ position: relative; padding-right: 195px;}
    .header_right_line{ height: 100%; width: 1px; position: absolute; top: 0px; right:190px;}
    .header_right_line:after{ width: 1px; content: ''; height: 10px; background: #fff; position: absolute; left: 0px; top: 50%; transform: translateY(-50%); }
    #pheader .header_right_line:after{ background: #121314; }
    .header_right_a1{ width: 44px; position: absolute; top: 50%; transform: translateY(-50%); right:135px;}
    .header_right_a2{ font-size: 16px; position: absolute; top: 50%; transform: translateY(-50%); right:0px;}
    #pheader{ padding: 0px; height: 85px; line-height: 85px;}
    #pheader .container{ width: 95%; }
    #pheader .navs .nli p a{ font-size: 16px; color: #121314;}
    .header-top2 #pheader.boxshow{ padding: 0px; height: 55px; line-height: 55px;}
    #pheader.show{ padding: 0px; height: 55px; line-height: 55px;}
}
@media (min-width:1601px) 
{
    #header{ height: 105px; line-height:105px; }
    .himg1{ margin-left: 30px; }
    .header_right{ padding-right: 260px; }
    .header_right_line{ right: 240px; }
    .header_right_line:after{ height: 12px; }
    .header_right_a1{ width: 48px; right:170px;}
    .header_right_a2{ font-size: 20px; padding-left: 22px;}
    #pheader{ height: 105px; line-height:105px;}
    .header-top2 #pheader.boxshow{ height: 75px; line-height: 75px; }
    #pheader.show{ height: 75px; line-height: 75px;}
}
.navs{ float: left; }
.navs .nli{ float: left; text-align: center;}
.navs .nli p{ float: left; width: 100%; padding: 0px 30px;}
.navs .nli p a{ display: block; font-size: 16px; color: #fff;  position: relative;}
.navs .nli p a:after{ width: 0px;  content: ''; background: #dc3530; height: 3px; position: absolute; bottom: 0px; left: 50%; transform: translateX(-50%); transition: all 0.3s ease-out 0s;}
.navs .nli:hover p a:after{ width: 100%; }
.navs .nli p a:hover{ color: #dc3530; }
.navs .nli.ons p a{ font-size: 16px; font-weight: bold; color: #dc3530;}
#pheader .navs .nli.ons p a{ color: #dc3530;}
.dnav-list-box{ border-top: solid 1px #CBCACA; display: none; width: 100%; position: fixed; top: 85px; left: 0px; z-index: 999; background: #EEEEEE; box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05); padding: 25px 15px 25px 15px;}
.dnav-about{ overflow: hidden; }
.dnav-list1{ width: 44%; float: left; }
.dnav-list1 .dnav-item{ padding: 8px 15px 10px 0px;
border-bottom: 1px solid rgba(0,0,0,0.05);
transition: .5s; float: left; width: 100%; text-align: left;}
.dnav-item-title{ font-size: 18px; line-height: 26px; transition: .5s;}
.dnav-item-text {
font-size: 13px;
line-height: 22px; height: 22px; overflow: hidden; padding-right: 140px;
color: #999; background: url(../images/navicons.png)no-repeat right center; transition: .3s;}
.dnav-list1 .dnav-item.active {
border-bottom: 1px solid rgba(0,0,0,0.2);
}
.dnav-list1 .dnav-item.active .dnav-item-text{ background: url(../images/navicon.png)no-repeat right center; }
.dnav-list1 .dnav-item.active .dnav-item-title{ color: #dc3530; }
.dnav-list2{ width: 50%; float: right; height: 260px; position: relative;}
.dnav-list2 .dnav-item{ opacity: 0;
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%; overflow: hidden;}
.dnav-list2 .dnav-item img{ width: 100%;
height: 100%;
object-fit: cover;
transition: .5s; }
.dnav-list2 .dnav-item.active {
opacity: 1;
z-index: 2;
}
.dnav-list2 .dnav-item:hover img {
transform:scale(1.1,1.1);
}
.dnav_pro{ overflow: hidden; text-align: center;}
.dnav_pro a{ width: 20%; float: left; padding:0px 10px;}
.dnav_pro_txt{ height: 40px; line-height: 40px; overflow: hidden; font-size: 15px;}
.dnav_pro a.active  .dnav_pro_txt{ color: #dc3530; }
@media (min-width:1601px) 
{
    .navs .nli p{ padding: 0px 45px; }
    .dnav-list-box{ top:105px; padding: 40px 20px 40px 20px; }
    .dnav-list1 .dnav-item{ padding: 10px 20px 12px 0px; }
    .dnav-item-title{ font-size: 22px; line-height: 32px;}
    .dnav-item-text{ font-size: 14px; line-height: 22px; height: 22px; padding-right: 200px;}
    .dnav-list2{ height: 330px; }
    .dnav_pro a{ padding:0px 20px; }
    .dnav_pro_txt{ height: 60px; line-height: 60px; font-size: 16px;} 
}

.map_closes{ height: 61px; line-height: 61px; overflow:hidden; }
.map_closes a{ text-align: center; float: right; margin-right: 2px; }
.map_closes a .iconfont{ font-size: 30px; color:#dc3530; }
.map_close:hover {
    transform: rotate(90deg);
    border-radius: 50%;
}
#menu_map{ transform: translateY(-100%);transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    border-radius: 0 0 50% 50%;
    opacity: 0;position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; background: #fff; width: 100%!important; height: 100%!important; overflow-x:hidden; overflow-y: scroll; }
#menu_map.down {
    border-radius: 0% 0% 0% 0%;
    transform: translateY(0);
    opacity: 1;
}
.navp1{ padding: 10px 0px 10px 30px;  }
.navp1 img{ max-width: 90%; }
.navp2{ padding-left: 30px; font-size: 1.4rem;}
.navp2 b{ font-size: 1.6rem; color: #dc3530; }
.navul{ width: 94%; margin: 10px auto 15px;}
.nav-item{position: relative; border-bottom: solid 1px #f5f5f5;}
.nav-item p{overflow: hidden;line-height: 50px;max-height:50px; font-size: 15px; padding: 0px 10px;}
.nav-item p i{ float: right;  color: #666;}
.nav-item p a{ float: left;}
.nav-item.on{ color: #dc3530; }
.nav-item.on a{ color: #dc3530; }
.nav-item.on p i{ color: #dc3530; }
.nav-item.nav-show{border-bottom: none; background:#f5f5f5; }
.nav-item .msubs{display:none; padding: 0px 16px 12px 16px; overflow:hidden; }
.nav-item .msubs a{ line-height: 2; margin-bottom:5px; font-size: 14px; display: block;}
.nav-item .msubs a.on{ color:#dc3530;}
.nav-item .msubs a:hover{ color:#dc3530;}
.nav-item.nav-show .msubs{display: block;}
.nav-item.nav-show p i{transform:rotate(90deg);}
@media (min-width:768px) 
{
    #mnavs_3 .msubs a{ width: 33.3%; float: left; padding-right: 30px;}
}
@media (min-width:992px) 
{
    #mnavs_3 .msubs a{ width: 25%; float: left; padding-right: 30px;}
}
#mbanner{ overflow: hidden; position: relative;}
#mbanner img{ width: 100%;}
.mbanner_video{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 1;}
.mbannerbg{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 3; background: url(../images/bg1.png);}
.mbannerc{ z-index: 9; color: #fff; position: absolute; width: 100%; top: 50%; left: 0px; transform: translateY(-50%);}
.mbannerc_txt1{ font-size: 22px; font-weight: bold; padding-top:40px;}
.mbannerc_txt2{ font-size: 17px; padding-top: 10px;}
.mbannerc_mm{ padding-top: 10px; overflow: hidden;}
.mbannerc_mm a{ color: #fff; font-size: 14px; padding-right: 50px; height: 34px; line-height: 34px; position: relative; float: left;}
.mbannerc_mm a i{ z-index: 1; width: 22px; height: 22px; background: #dc3530; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; transition: all 0.3s ease-out 0s;}
.mbannerc_mm a span{ z-index: 2; width: 21px; height: 10px; background: url(../images/jt_01.png) no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: 12px; transition: all 0.3s ease-out 0s;}
.mbannerc_mm a:hover i{ right: 10px; }
.mbannerc_mm a:hover span{ right: 0px; }
.mbannerc_txt1.active{ animation-name:fadeInUp;  animation-duration:0.5s; animation-delay:0s;}
.mbannerc_txt2.active{ animation-name:fadeInUp; animation-duration:0.5s; animation-delay:0.2s;}
.mbannerc_mm.active{ animation-name:fadeInUp; animation-duration:0.5s; animation-delay:0.5s;}
#mbanner .gallery-thumbs{ z-index: 3; position: absolute; right: 15px; bottom: 15px; height:84px;}
#mbanner .gallery-thumbs a{ padding-left: 30px; position: relative; float: left; height: 28px; line-height: 28px; color: #fff; }
#mbanner .gallery-thumbs a:before{ content: ''; position: absolute; left: 0px; top: 50%; width: 0px; height: 1px; background: #fff; transition: all 0.3s ease-out 0s; }
#mbanner .gallery-thumbs .swiper-slide-thumb-active a{ font-size: 14px; font-weight: bold; }
#mbanner .gallery-thumbs .swiper-slide-thumb-active a:before{ width: 20px; }
.video_btn_s{ display: none; z-index: 55; width: 50px; height: 50px; background: url(../images/video_01.png) no-repeat; background-size: cover; position: absolute; right: 25px; bottom: 30px; cursor: pointer;}

@media (min-width:768px) 
{
    .mbannerc_txt1{ font-size: 32px; padding-top:15px; }
    .mbannerc_txt2{ font-size: 22px; padding-top:15px;}
    .mbannerc_mm{ padding-top:15px; }
    #mbanner .gallery-thumbs{ right: auto; left: 50%; margin-left: 260px; bottom: 30px; height:90px;}
    #mbanner .gallery-thumbs a{ height: 30px; line-height: 30px; }
}
@media (min-width:992px) 
{
    .mbannerc_txt1{ font-size: 36px; padding-top:20px; }
    .mbannerc_txt2{ font-size: 23px; padding-top:20px;}
    .mbannerc_mm{ padding-top:20px; }
    #mbanner .gallery-thumbs{ margin-left: 380px; bottom: 40px; height:96px;}
    #mbanner .gallery-thumbs a{ height: 32px; line-height: 32px; }
}
#banner{ overflow: hidden; position: relative;}
#banner img{ width: 100%;}
.banner_video{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 1;}
.bannerbgs{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 2; background:rgba(0, 0, 0, 0.4);}
.bannerbg{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 3; background: url(../images/bg1.png);}
.bannerc{ z-index: 9; color: #fff; position: absolute; width: 100%; top: 50%; left: 0px; transform: translateY(-50%);}
.bannerc_txt1{ font-size: 56px; font-weight: bold; padding-top:25px;  }
.bannerc_txt2{ font-size: 30px; padding-top: 25px;}
.bannerc_mm{ padding-top: 25px; overflow: hidden;}
.bannerc_txt1.active{ animation-name:fadeInUp;  animation-duration:0.5s; animation-delay:0s;}
.bannerc_txt2.active{ animation-name:fadeInUp; animation-duration:0.5s; animation-delay:0.2s;}
.bannerc_mm.active{ animation-name:fadeInUp; animation-duration:0.5s; animation-delay:0.5s;}
.bannerc_mm a{ color: #fff; font-size: 16px; padding-right: 60px; height: 34px; line-height: 34px; position: relative; float: left;}
.bannerc_mm a i{ z-index: 1; width: 22px; height: 22px; background: #dc3530; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; transition: all 0.3s ease-out 0s;}
.bannerc_mm a span{ z-index: 2; width: 21px; height: 10px; background: url(../images/jt_01.png) no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: 12px; transition: all 0.3s ease-out 0s;}
.bannerc_mm a:hover i{ right: 10px; }
.bannerc_mm a:hover span{ right: 0px; }
#banner .gallery-thumbs{ z-index: 3; position: absolute; left: 50%; margin-left: 470px; bottom: 12%; height:120px;}
#banner .gallery-thumbs a{ font-size: 15px; padding-left: 40px; position: relative; float: left; height: 40px; line-height: 40px; color: #fff; }
#banner .gallery-thumbs a:before{ content: ''; position: absolute; left: 0px; top: 50%; width: 0px; height: 1px; background: #fff; transition: all 0.3s ease-out 0s; }
#banner .gallery-thumbs .swiper-slide-thumb-active a{ font-size: 16px; font-weight: bold; }
#banner .gallery-thumbs .swiper-slide-thumb-active a:before{ width: 25px; }
.bannerc_wow{  }
@media (min-width:1601px) 
{
    .bannerc_txt1{ font-size: 78px; padding-top:30px;}
    .bannerc_txt2{ font-size: 48px; padding-top: 30px;}
    .bannerc_mm{ padding-top: 35px; }
    .bannerc_mm a{ font-size: 22px; padding-right: 70px; height: 40px; line-height: 40px;}
    #banner .gallery-thumbs{ margin-left: 680px; bottom: 60px; height:174px; }
    #banner .gallery-thumbs a{ font-size: 16px; padding-left: 45px; height: 58px; line-height: 58px;}
    #banner .gallery-thumbs .swiper-slide-thumb-active a{ font-size: 18px; }
    #banner .gallery-thumbs .swiper-slide-thumb-active a:before{ width: 30px; }
}
#page_banner{ position:relative; }
.page_banner_bg{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-image: url(../images/page_banner.jpg); background-position: top center; background-size: 100% 100%; background-repeat: no-repeat; background-attachment: fixed;}
.page_banner{ padding: 25px 0px 90px 0px; width: 100%; position: relative; z-index: 1;}
.page_banner_tt{ font-size: 22px; font-weight: bold; color: #fff; }
.page_banner_ft{ padding-top: 10px; color: rgba(255, 255, 255, 0.8); font-size: 15px;}
.page_menu{ border-top: solid 1px rgba(255, 255, 255, 0.2); width: 100%; position: absolute; bottom: 0px; left: 0px; z-index: 10;}
#page_menu{ overflow: hidden; position: relative;}
.page_menu .swiper-slide{ width: auto; margin-right: 18px;}
.page_menu .swiper-slide a{ height: 50px; line-height: 50px; color: #fff; font-size: 14px;}
#page_menus{  overflow-x: auto; overflow-y: hidden; display: flex; position: relative;}
#page_menus .page_menuc{ width: auto; margin-right: 18px; white-space: nowrap;}
#page_menus .page_menuc a{ height: 50px; line-height: 50px; color: #fff; font-size: 14px;}
.movebg{ opacity: 0; width: 56px; height: 3px; position: absolute; background: #dc3530; left: 0; top: -1px; transition: all 0.5s;}
#page_crum{ overflow: hidden; padding: 6px 0px;}
.page_crum{ text-align: right; float: right; line-height: 20px;}
#page_crum span{ float: left; color: #888;}
#page_crum a{ color: #888; }
#page_crum a:hover{ color: #dc3530; }
.page_crum_sp1{ margin-right: 5px; }
.page_banner_bgs{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-image: url(../images/fa_img1.jpg); background-position: top center; background-size:cover; background-repeat: no-repeat; background-attachment: fixed;}
.page_banner_bgs1{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-image: url(../images/case_banner.jpg); background-position: top center; background-size:cover; background-repeat: no-repeat; background-attachment: fixed;}
.page_banner_bgs2{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-image: url(../images/fwzc_banner.jpg); background-position: top center; background-size:cover; background-repeat: no-repeat; background-attachment: fixed;}
.page_banner1_bg{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 1; background:rgba(0, 0, 0, 0.4);}
.page_banner1{ text-align: center; padding: 25px 0px 40px 0px; width: 100%; position: relative; z-index: 2;}
.page_banner1_tt{ text-align: center; font-size: 22px; font-weight: bold; color: #fff;}
.page_banner1_ft{ text-align: center; color: rgba(255, 255, 255, 0.7); line-height: 1.8; margin: 10px auto 0px;}
.page_banner1_mm{ height: 36px; margin-top: 30px; position: relative;}
.page_banner1_mm span{animation: fadeInDown 2s infinite; z-index: 1; width: 10px; height: 25px; background: url(../images/jt_04.png) no-repeat; position: absolute; top:-6px; left: 50%; margin-left: -5px;}
.page_banner1_mm i{ width: 36px; height: 36px; background: #dc3530; border-radius: 50%; position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%); }
.page_banner2_img{ text-align: center; }
.moveimg{ width: 40px; height: 33px; background: url(../images/moves.png) no-repeat; position: absolute; right: 0px; top: 50%; transform: translateY(-50%); z-index: 5;}
@media (min-width:370px) 
{
    .page_menu .swiper-slide{ margin-right: 30px; }
    #page_menus .page_menuc{ margin-right: 30px; }
}
@media (min-width:768px) 
{
    .page_banner{ padding: 35px 0px 100px 0px; }
    .page_banner_tt{ font-size: 24px; }
    .page_menu .swiper-slide{ margin-right: 40px; }
    #page_menus .page_menuc{ margin-right: 40px; }
    .page_banner1{ padding: 35px 0px 50px 0px; }
    .page_banner1_tt{ font-size: 24px; }
    .page_banner1_mm{ margin-top: 35px; }
    .page_banner1_ft{ width: 90%; }
}
@media (min-width:992px) 
{
    .page_banner{ padding: 45px 0px 110px 0px; }
    .page_banner_tt{ font-size: 25px; }
    .page_menu .swiper-slide{ margin-right: 50px; }
    #page_menus .page_menuc{ margin-right: 50px; }
    .page_banner1{ padding: 45px 0px 60px 0px; }
    .page_banner1_tt{ font-size: 25px; }
    .page_banner1_mm{ margin-top: 40px; }
}
@media (min-width:1200px) 
{
    .page_banner{ padding: 60px 0px 160px 0px; }
    .page_banner_tt{ font-size: 32px; }
    .page_banner_ft{ padding-top: 15px; font-size: 18px;}
    .page_menu .swiper-slide{ margin-right: 110px; }
    .page_menu .swiper-slide a{ height: 66px; line-height: 66px; font-size: 17px;}
    #page_menus .page_menuc{ margin-right: 110px; }
    #page_menus .page_menuc a{ height: 66px; line-height: 66px; font-size: 17px;}
    .movebg{ width: 68px; }
    #page_crum{ padding: 25px 0px 10px 0px; }
    .page_banner1{ padding: 70px 0px 120px 0px; }
    .page_banner1_tt{ font-size: 36px; }
    .page_banner1_ft{ margin: 15px auto 0px; width: 80%;}
    .page_banner1_mm{ margin-top: 60px; }
}
@media (min-width:1601px) 
{
    .page_banner{ padding: 90px 0px 200px 0px; }
    .page_banner_tt{ font-size: 46px; }
    .page_banner_ft{ padding-top: 20px; font-size: 22px;}
    .page_menu .swiper-slide{ margin-right: 150px; }
    .page_menu .swiper-slide a{ height: 80px; line-height: 80px; font-size: 18px;}
    #page_menus .page_menuc{ margin-right: 130px; }
    #page_menus .page_menuc a{ height: 80px; line-height: 80px; font-size: 18px;}
    .movebg{ width: 68px; }
    .page_banner1{ padding: 180px 0px 220px 0px; }
    .page_banner1_tt{ font-size: 60px; }
    .page_banner1_ft{ margin: 20px auto 0px; width: 75%;}
    .page_banner1_mm{ margin-top: 75px; }
    #page_crum{ padding: 40px 0px 10px 0px; }
}
.page_menu .swiper-slide a:hover{ font-weight: bold; }
.page_menu .swiper-slide a.on{ font-weight: bold; }

/*******Css home*******/
.mtels{ overflow: hidden; border-bottom: solid 1px #dedede; line-height: 38px; height: 38px;}
.mtels a{ float: left; }
.mtels a i{ float: left; margin-right: 8px; color: #dc3530; font-size: 20px;}
.mtels a span{ float: left; font-size: 17px; }
.text-truncate{ text-overflow: ellipsis; white-space: nowrap;}
#chan1{ padding: 20px 0px; }
.chan1_tt{ text-align: center; }
.chan1_ft{ text-align: center; font-size: 20px; margin-top: 10px;}
.chan1_dc{ margin-top: 10px; color: rgba(18, 19, 20, 0.6); line-height: 2; text-align: center;}
.chan1_cc{ overflow: hidden; margin-top: 15px;}
.chan1_cc a{ position: relative; width: 25%; float: left; text-align: center; }
.chan1_cc_a_tt{ display: inline-block; padding-right: 10px; position:relative; color: #dc3530; font-size: 26px; font-weight: bold; font-family:Arial;}
.chan1_cc_a_tt i{ font-style: normal; }
.chan1_cc_a_tt span{ font-size: 14px; position: absolute; top: 0px; right: 0px;}
.chan1_cc_a_cc{ color: #5f5d5d; }
#chan2{ background: url(../images/img1.jpg) no-repeat; background-size: 100% 100%; overflow: hidden;}
#chan2 a{ width: 100%; float: left; position: relative;}
#chan2 a:after{ content: ''; z-index: 3; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 1px; background: rgba(220, 220, 220, 0.2);}
.jjal_img{ width: 100%; height: 100%; position: absolute; z-index: 1; overflow: hidden; top: 0px; left: 0px; background-repeat: no-repeat; background-size: cover; background-position: top center; background-attachment: fixed;}
.jjal_bg{ transition: all 0.3s ease-out 0s; background: rgba(11, 27, 35, 0.35); width: 100%; height: 100%; position: absolute; z-index: 2;  top: 0px; left: 0px; }
.jjal_cc{ position: relative; z-index: 3; padding:20px 15px;}
.jjal_cc_img p{ transition: all 0.3s ease-out 0s; display: inline-block; width: 50px; height: 50px; border: solid 1px #dc3530; background: #dc3530; border-radius: 50%; overflow: hidden;}
.jjal_cc_img p img{ width: 100%; }
.jjal_cc_tt{ margin-top: 5px; height: 28px; line-height: 28px; overflow: hidden; color: #fff; font-size: 18px; font-weight: bold;}
.jjal_cc_dc{ margin-top: 5px; line-height: 20px; height: 40px; overflow: hidden; color: rgba(255, 255, 255, 0.7);}
.jjal_cc_mm{ margin-top: 8px; }
.jjal_cc_mm p{ color: #fff; height: 32px; line-height: 32px; position: relative; display: inline-block; padding-right: 35px;}
.jjal_cc_mm p span{ z-index: 1; width: 15px; height: 5px; background: url(../images/jt_02.png) no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: 5px; transition: all 0.3s ease-out 0s;}
.jjal_cc_mm p i{ width: 20px; height: 20px; background: #dc3530; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; transition: all 0.3s ease-out 0s;}
#chan3{ padding: 20px 0px; }
.chan3_tt{ text-align: center; font-size: 20px;}
.chan3_ft{ text-align: center; color:rgba(18, 19, 20, 0.6); margin-top: 5px;}
.ysry{ overflow: hidden; margin-top: 8px;}
.ysry a{ width: 100%; float: left; padding: 15px; overflow: hidden; text-align: center; position: relative;}
.ysry_bg{ transition: all 0.3s ease-out 0s; opacity: 0; transform: translateY(-100%); width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 1; background-color: #dc3530; background-repeat: no-repeat; background-position: center;}
.ysry a:before{ content: ''; opacity: 0; transition: all 0.3s ease-out 0s; background: rgba(0, 0, 0, 0.5); position: absolute; top: 0px; left: 0px; z-index: 2;}
.ysry_cc{ transition: all 0.3s ease-out 0s; position: relative; z-index: 3;}
.ysry_img p{ display: inline-block; position: relative;}
.ysry_img p:before{ transition: all 0.3s ease-out 0s; content: ''; width: 20px; height: 20px; background: #dc3530; border-radius: 50%; position: absolute; top: 0px; right: 6px;}
.ysry_img p img{ position: relative; width: 59px; height: 59px; z-index: 1;}
.ysry_tt{ font-size: 17px; margin-top: 10px;}
.ysry_dc{ color:rgba(18, 19, 20, 0.6); margin-top: 10px; line-height:20px; height: 60px; overflow: hidden;}
.ysry_mm{ margin-top: 13px; }
.ysry_mm span{ display: inline-block; position: relative; padding-right: 25px; color: #dc3530;}
.ysry_mm span:after{ transition: all 0.3s ease-out 0s; content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; width: 15px; height: 5px; background: url(../images/jt_02h.png) no-repeat;}
#chan4{ overflow: hidden; position: relative;}
.qtjjfa_img{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 1; background-image: url(../images/img2.jpg); background-position: top center; background-size: cover; background-attachment: fixed; background-repeat: no-repeat;}
.qtjjfa_video{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 2; overflow: hidden; }
.qtjjfa_bg{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 3; background: url(../images/bg1.png);}
.qtjjfa_cc{ padding: 30px 0px 35px 0px; position: relative; z-index: 4;}
.qtjjfa_cc_tt{ color: #fff; font-size: 16px;}
.qtjjfa_cc_dc{ color: #fff; font-size: 20px; margin-top: 10px;}
.qtjjfa_cc_mm{ margin-top: 15px; overflow: hidden;}
.qtjjfa_cc_mm span{ cursor: pointer; transition: all 0.3s ease-out 0s; width: 55px; height: 55px; background: url(../images/video_01.png) no-repeat; background-size: cover; float: left;}
.qtjjfa_cc_mm span.video_btn_ss{ cursor: pointer; position:relative; z-index: 55;}
#chan5{ padding: 20px 0px; }
.myycj_tt{ font-size: 20px; }
.myycj_dc{ color:rgba(18, 19, 20, 0.6); line-height: 2; margin-top: 10px; }
.myycj_img{ position: relative; margin-top: 15px;}
.myycj_img img{ width: 100%; }
.myycj_dt{ width: 22px; height: 22px; position: absolute; top: 27px; left: 50%; margin-left: 80px;}
.myycj_dt div{ border-radius: 50%; position: absolute; top: 50%; left: 50%;}
.myycj_dt_c1{ z-index: 2; width: 22px; height: 22px; margin-top: -11px; margin-left: -11px; background: url(../images/yycj_img.png) no-repeat; background-size: cover;}
.myycj_dt_c2{ animation: twinkling 2.1s infinite ease-in-out; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; background: rgba(220, 53, 48, 0.3);}
.myycj_dt_c3{ animation: twinkling 2.1s infinite ease-in-out; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; background: rgba(220, 53, 48, 0.3);}
.myycj_dt_c4{ animation: twinkling 2.1s infinite ease-in-out; width: 52px; height: 52px; margin-top: -26px; margin-left: -26px; background: rgba(220, 53, 48, 0.3);}
.circle_line{ width: 0px; height: 0px; opacity: 0; border: solid 1px rgba(220, 53, 48, 0.3); }
.myycj_dt_c5{ animation: grow 3s 0.5s infinite; }
.myycj_dt_c6{ animation: grow 3s 1s infinite; }
@keyframes twinkling{
    0% {transform: scale(1);}
    50% {transform: scale(1.12);}
    100% {transform: scale(1);}
}
@keyframes grow {
    1% {
        opacity: 1;
    }
    100% {
        padding: 80px;
        border-color: red;
        margin: -80px 0 0 -80px;
        opacity: 0;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
        border-radius: 80px;
    }
}
@keyframes grow1 {
    1% {
        opacity: 1;
    }
    100% {
        padding: 90px;
        border-color: red;
        margin: -90px 0 0 -90px;
        opacity: 0;
        -moz-border-radius: 90px;
        -webkit-border-radius: 90px;
        border-radius: 90px;
    }
}
@keyframes grow2 {
    1% {
        opacity: 1;
    }
    100% {
        padding: 100px;
        border-color: red;
        margin: -100px 0 0 -100px;
        opacity: 0;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }
}
@keyframes grow3 {
    1% {
        opacity: 1;
    }
    100% {
        padding: 120px;
        border-color: red;
        margin: -120px 0 0 -120px;
        opacity: 0;
        -moz-border-radius: 120px;
        -webkit-border-radius: 120px;
        border-radius: 120px;
    }
}
@keyframes grow4 {
    1% {
        opacity: 1;
    }
    100% {
        padding: 150px;
        border-color: red;
        margin: -150px 0 0 -150px;
        opacity: 0;
        -moz-border-radius: 150px;
        -webkit-border-radius: 150px;
        border-radius: 150px;
    }
}
@keyframes grow5 {
    1% {
        opacity: 1;
    }
    100% {
        padding: 190px;
        border-color: red;
        margin: -190px 0 0 -190px;
        opacity: 0;
        -moz-border-radius: 190px;
        -webkit-border-radius: 190px;
        border-radius: 190px;
    }
}
@keyframes grow6 {
    1% {
        opacity: 1;
    }
    100% {
        padding: 230px;
        border-color: red;
        margin: -230px 0 0 -230px;
        opacity: 0;
        -moz-border-radius: 230px;
        -webkit-border-radius: 230px;
        border-radius: 230px;
    }
}
@keyframes grow7 {
    1% {
        opacity: 1;
    }
    100% {
        padding: 280px;
        border-color: red;
        margin: -280px 0 0 -280px;
        opacity: 0;
        -moz-border-radius: 280px;
        -webkit-border-radius: 280px;
        border-radius: 280px;
    }
}
@media (min-width:370px) 
{
    .myycj_dt{ top: 32px; margin-left: 85px;}
    .myycj_dt_c7{ animation: grow1 3s 1.5s infinite;}
}
.myycj_cc{ overflow: hidden; margin-top: 10px;}
.myycj_cc a{ overflow: hidden; font-size: 13px; width: 48%; text-align: center; float: left; margin: 8px 1% 0px 1%; border: solid 1px #BFBFBF; height: 40px; line-height: 40px; padding: 0px 10px;}
.myycj_cc a:hover{ border: solid 1px #dc3530; background: #dc3530; color: #fff;}
#chan6{ background: #eeeeee; padding: 25px 0px;}
.news{ overflow: hidden; }
.news .hd{ height: 32px; line-height: 32px; overflow: hidden; padding-right: 86px;}
.news_a1{ float: left; font-size: 20px;}
.news .hd ul{ float: right; }
.news .hd ul li{ float: left; color:rgba(18, 19, 20, 0.6); margin-right: 10px; font-size: 12px; cursor: pointer;}
.news .hd ul li.on{ color:#dc3530; font-weight: bold;}
.news .bd{ padding-top: 15px; }
.news_cc{ position: relative; }
.news_ccc{ overflow: hidden; }
.news_ccc .swiper-slide{ height: auto; }
.news_ca1{ background: #fff; width: 100%; height: 100%; float: left;}
.news_cc_txt{ padding: 15px; }
.news_cc_txt_ft{ color: #b1b1b1; }
.news_cc_txt_tt{ font-size: 15px; font-weight: bold; line-height: 32px; height: 32px; overflow: hidden; }
.news_cc_txt_mm{ height: 25px; line-height: 25px; margin-top: 10px;}
.news_cc_txt_mm_sp1{ float: left; color: #c4c4c4; font-size: 13px; font-weight: bold; font-family:Arial;}
.news_cc_txt_mm_sp2{ float: right; position: relative; padding-right: 30px; color: #dc3530;}
.news_cc_txt_mm_sp2:after{ transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; width: 15px; height: 5px; background: url(../images/jt_03.png) no-repeat; }
.news_ca2{ padding: 15px; background: #fff; width: 100%; height: 100%; float: left; position: relative;}
.news_cc_ft{ color: #b1b1b1; }
.news_cc_tt{ margin-top: 6px; font-size: 15px; font-weight: bold; line-height: 32px; height: 32px; overflow: hidden;}
.news_cc_dc{ color:rgba(18, 19, 20, 0.6); line-height: 22px; height: 88px; overflow: hidden; margin-top: 15px;}
.news_cc_mm{ padding: 0px 15px; width: 100%; height: 25px; line-height: 25px; overflow: hidden; position: absolute; left: 0px; bottom: 15px;}
.news_cc_mm_sp1{ float: left; color: #c4c4c4; font-size: 13px; font-weight: bold; font-family:Arial;}
.news_cc_mm_sp2{ float: right; position: relative; padding-right: 30px; color: #dc3530;}
.news_cc_mm_sp2:after{ transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; width: 15px; height: 5px; background: url(../images/jt_03.png) no-repeat; }
.news_a2{ color:rgba(18, 19, 20, 0.6); height: 32px; line-height: 32px; position: absolute; right: 0px; top: -47px; padding-right: 35px;}
.news_a2 span{ z-index: 1; width: 15px; height: 5px; background: url(../images/jt_02.png) no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: 5px; transition: all 0.3s ease-out 0s;}
.news_a2 i{ width: 20px; height: 20px; background: #dc3530; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; transition: all 0.3s ease-out 0s;}
#chan7{ padding: 10px 0px; }
#yslist{ overflow: hidden; }
#yslist a{ padding: 15px 15px; width: 100%; float: left; text-align: center;}
.yslist_img{ height: 57px; line-height: 57px;}
.yslist_img img{ max-width: 100%; transition: all 0.3s ease-out 0s;}
.yslist_txt{ font-size: 18px; margin-top: 15px;}
.yslist_dc{ height: 20px; line-height: 20px; overflow: hidden; color:rgba(18, 19, 20, 0.6); margin-top: 3px;}
@media (min-width:370px) 
{
    .chan1_cc_a_tt{ font-size: 30px; }
    .news .hd{ padding-right: 90px; }
    .news .hd ul li{ margin-right: 20px; font-size: 13px;}
    .news_a2{ padding-right: 32px; }
}
@media (min-width:768px) 
{
    #chan1{ padding: 25px 0px; }
    #chan2 a{ width: 50%;}
    #chan2_a1:before{ width: 1px; height: 100%; content: ''; z-index: 3; position: absolute; right: 0px; bottom: 0px; background: rgba(220, 220, 220, 0.2);}
    #chan2_a3:before{ width: 1px; height: 100%; content: ''; z-index: 3; position: absolute; right: 0px; bottom: 0px; background: rgba(220, 220, 220, 0.2);}
    .jjal_cc{ padding:25px 20px; }
    .chan1_cc a:after{ content: ''; width: 1px; height: 40%; background: #E4E4E4; position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}
    #chan1_cc_a4:after{ width: 0px; }
    #chan3{ padding: 25px 0px 20px 0px; }
    .ysry a{ padding: 20px; }
    .qtjjfa_cc{ padding: 45px 0px 50px 0px; }
    .qtjjfa_cc_dc{ margin-top: 15px; }
    .qtjjfa_cc_mm{ margin-top: 20px; }
    #chan5{ padding: 25px 0px; }
    .yycj_txt{ width: 31%; float: left;}
    .yycj_tt{ font-size: 20px; }
    .yycj_dc{ color:rgba(18, 19, 20, 0.6); line-height: 2; margin-top: 10px; }
    .yycj_cc{ overflow: hidden; margin-top: 10px;}
    .yycj_cc a{ overflow: hidden; font-size: 13px; width: 100%; text-align: center; float: left; margin: 8px 0px 0px 0px; border: solid 1px #BFBFBF; height: 40px; line-height: 40px; padding: 0px 10px;}
    .yycj_cc a:hover{ border: solid 1px #dc3530; background: #dc3530; color: #fff;}
    .yycj_img{ width: 64.81%; float: right; position: relative; margin-top: 40px;}
    .yycj_img img{ max-width: 100%; }
    .news .hd ul li{ margin-right: 25px; }
    .news_cc_txt{ padding: 20px; }
    .news_ca2{ padding: 20px; }
    .news_cc_mm{ padding: 0px 20px; bottom: 20px;}
    #yslist a{ padding: 20px; }
    .yycj_dt{ width: 22px; height: 22px; position: absolute; top: 45px; left: 50%; margin-left: 125px;}
    .yycj_dt div{ border-radius: 50%; position: absolute; top: 50%; left: 50%;}
    .yycj_dt_c1{ z-index: 2; width: 22px; height: 22px; margin-top: -11px; margin-left: -11px; background: url(../images/yycj_img.png) no-repeat; background-size: cover;}
    .yycj_dt_c2{ animation: twinkling 2.1s infinite ease-in-out; width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; background: rgba(220, 53, 48, 0.3);}
    .yycj_dt_c3{ animation: twinkling 2.1s infinite ease-in-out; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; background: rgba(220, 53, 48, 0.3);}
    .yycj_dt_c4{ animation: twinkling 2.1s infinite ease-in-out; width: 52px; height: 52px; margin-top: -26px; margin-left: -26px; background: rgba(220, 53, 48, 0.3);}
    .yycj_dt_c5{ animation: grow 3s 0.5s infinite; }
    .yycj_dt_c6{ animation: grow 3s 1s infinite; }
    .yycj_dt_c7{ animation: grow1 3s 1.5s infinite; }
    .yycj_dt_c8{ animation: grow2 3s 2s infinite; }
    #dchan2{ overflow: hidden; position: relative;}
    #dchan2 .bd{ width: 100%; height: 100%; position: absolute !important; top: 0px; left: 0px;}
    #dchan2 .bd .dchan2cc{ width: 100%; height: 100%; position: absolute !important; top: 0px; left: 0px;  background-image: url('../images/img1.jpg'); background-repeat: no-repeat; background-size: cover; background-position: top center; background-attachment: fixed; }
    .dchan2c{ width: 100%; height: 100%; position: relative; overflow: hidden; z-index: 2; background: rgba(11, 27, 35, 0.4);}
    .dchan2c a{ width: 50%; float: left; position: relative;}
    .dchan2c a:after{ content: ''; z-index: 3; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 1px; background: rgba(220, 220, 220, 0.2);}
}
@media (min-width:992px) 
{
    .jjal_cc{ padding: 30px 45px; }
    .chan1_cc_a_tt{ font-size: 40px; }
    .qtjjfa_cc{ padding: 55px 0px 60px 0px; }
    .yycj_img{ margin-top: 30px; }
    .news .hd ul li{ margin-right: 35px; }
    .yycj_dt{ top: 80px; margin-left: 160px; }
}
@media (min-width:1200px) 
{
    #chan1{ padding: 55px 0px 60px 0px; }
    .chan1_ft{ font-size: 32px; margin-top: 15px;}
    .chan1_dc{ width: 90%; margin: 15px auto 0px;}
    .chan1_cc{ margin-top: 25px; }
    .chan1_cc_a_tt{ font-size: 50px; padding-right: 12px;}
    .chan1_cc_a_tt span{ font-size: 16px; top: 10px;}
    .chan1_cc_a_cc{ font-size: 15px; }
    .jjal_cc{ padding-top: 40px; padding-bottom: 50px; padding-left: 0px; padding-right: 0px; width: 57%; margin: 0px auto;}
    .jjal_cc_img p{ width: 72px; height: 72px;}
    .jjal_cc_tt{ margin-top: 15px; height: 32px; line-height: 32px; font-size: 22px;}
    .jjal_cc_dc{ line-height: 23px; height: 46px; margin-top: 10px;}
    .jjal_cc_mm{ margin-top: 25px; }
    #chan3{ padding: 55px 0px 40px 0px; }
    .chan3_tt{ font-size: 32px; }
    .chan3_ft{ width: 80%; margin: 8px auto 0px; }
    .ysry{ margin-top: 10px; }
    .ysry a{ padding: 35px; }
    .ysry_tt{ font-size: 22px; margin-top: 20px;}
    .ysry_dc{ margin-top: 20px; line-height: 24px; height: 72px;}
    .ysry_mm{ margin-top: 25px; }
    .ysry_mm span{ font-size: 15px; padding-right: 28px;}
    .qtjjfa_cc{ padding: 90px 0px 130px 0px; }
    .qtjjfa_cc_tt{ font-size: 23px; }
    .qtjjfa_cc_dc{ font-size: 32px; margin-top: 20px;}
    .qtjjfa_cc_mm{ margin-top: 50px; }
    .qtjjfa_cc_mm span{ width: 65px; height: 65px; }
    #chan5{ padding: 55px 0px 60px 0px; }
    .yycj_tt{ font-size: 30px; }
    .yycj_dc{ margin-top: 15px; }
    .yycj_cc{ margin-top: 15px; }
    .yycj_cc a{ margin-top: 10px; height: 50px; line-height: 50px; font-size: 16px;}
    #chan6{ padding: 55px 0px 60px 0px; }
    .news .hd{ height: 40px; line-height: 40px; padding-right: 120px;}
    .news_a1{ font-size: 32px; }
    .news .hd ul li{ font-size: 16px; margin-right: 65px;}
    .news_a2{ top: -65px; }
    .news .bd{ padding-top: 25px; }
    .news_ccc .swiper-slide{ padding: 10px 0px; }
    .news_cc_txt{ padding: 25px; }
    .news_cc_txt_tt{ font-size: 17px; height: 40px; line-height: 40px; margin-top: 10px;}
    .news_cc_txt_mm{ height: 30px; line-height: 30px; margin-top: 20px;}
    .news_cc_txt_mm_sp1{ font-size: 15px; }
    .news_ca2{ padding: 25px; }
    .news_cc_tt{ font-size: 17px; height: 40px; line-height: 40px; margin-top: 10px;}
    .news_cc_dc{ line-height: 27px; height: 135px; margin-top: 30px;}
    .news_cc_mm{ padding: 0px 25px; bottom: 25px; height: 30px; line-height: 30px;}
    .news_cc_mm_sp1{ font-size: 15px; }
    #chan7{ padding: 12px 0px; }
    #yslist a{ padding: 25px; }
    .yslist_txt{ font-size: 20px; margin-top: 25px;}
    .yslist_dc{ height: 24px; line-height: 24px; margin-top: 5px;}
    .yycj_dt{ width: 36px; height: 36px; top:90px; margin-left: 200px;}
    .yycj_dt_c1{ width: 36px; height: 36px; margin-top: -18px; margin-left: -18px; }
    .yycj_dt_c2{ width: 42px; height: 42px; margin-top: -21px; margin-left: -21px; }
    .yycj_dt_c3{ width: 54px; height: 54px; margin-top: -27px; margin-left: -27px; }
    .yycj_dt_c4{ width: 68px; height: 68px; margin-top: -34px; margin-left: -34px; }
    .yycj_dt_c5{ animation: grow1 3s 0.5s infinite; }
    .yycj_dt_c6{ animation: grow1 3s 1s infinite; }
    .yycj_dt_c7{ animation: grow2 3s 1.5s infinite; }
    .yycj_dt_c8{ animation: grow3 3s 2s infinite; }
}
@media (min-width:1601px) 
{
    #chan1{ padding: 105px 0px 120px 0px; }
    .chan1_ft{ font-size: 46px; margin-top: 25px;}
    .chan1_dc{ width: 73%; margin: 20px auto 0px;}
    .chan1_cc{ margin-top: 70px; }
    .chan1_cc a:after{ height: 50%; }
    .chan1_cc_a_tt{ font-size: 65px; padding-right: 15px;}
    .chan1_cc_a_tt span{ font-size: 26px; top: 12px;}
    .chan1_cc_a_cc{ font-size: 16px; }
    .jjal_cc{ padding-top: 60px; padding-bottom: 75px;}
    .jjal_cc_img p{ width: 87px; height: 87px;}
    .jjal_cc_tt{ margin-top: 25px; height: 46px; line-height: 46px; font-size: 28px;}
    .jjal_cc_dc{ line-height: 29px; height: 58px; margin-top: 15px;}
    .jjal_cc_mm{ margin-top: 45px; }
    #chan3{ padding: 120px 0px 100px 0px; }
    .chan3_tt{ font-size: 46px; }
    .chan3_ft{ width: 55%; margin: 12px auto 0px; line-height: 2;}
    .ysry{ margin-top: 10px; }
    .ysry a{ padding: 55px; }
    .ysry_tt{ font-size: 26px; margin-top: 40px;}
    .ysry_dc{ margin-top: 25px; line-height: 28px; height: 84px;}
    .ysry_mm{ margin-top: 40px; }
    .ysry_mm span{ font-size: 16px; padding-right: 35px;}
    .qtjjfa_cc{ padding: 175px 0px 220px 0px; }
    .qtjjfa_cc_tt{ font-size: 30px; }
    .qtjjfa_cc_dc{ font-size: 46px; margin-top: 30px;}
    .qtjjfa_cc_mm{ margin-top: 90px; }
    .qtjjfa_cc_mm span{ width: 75px; height: 75px; }
    #chan5{ padding: 150px 0px 150px 0px; }
    .yycj_txt{ width: 34%; }
    .yycj_tt{ font-size: 40px; line-height: 1.6; }
    .yycj_dc{ margin-top: 35px; }
    .yycj_cc{ margin-top: 50px; }
    .yycj_cc a{ width: 400px; margin-top: 12px; height: 62px; line-height: 62px; font-size: 18px;}
    .yycj_img{ margin-top: 20px; }
    #chan6{ padding: 95px 0px 100px 0px; }
    .news .hd{ height: 60px; line-height: 60px;}
    .news_a1{ font-size: 46px; }
    .news .hd ul li{ font-size: 17px; margin-right: 110px;}
    .news_a2{ top: -87px; }
    .news .bd{ padding-top: 40px; }
    .news_cc_txt{ padding: 35px 35px 25px 35px; }
    .news_cc_txt_tt{ font-size: 18px; height: 45px; line-height: 45px; margin-top: 15px;}
    .news_cc_txt_mm{ margin-top: 45px;}
    .news_cc_txt_mm_sp1{ font-size: 16px; }
    .news_ca2{ padding: 35px 35px 25px 35px; }
    .news_cc_tt{ font-size: 18px; height: 45px; line-height: 45px; margin-top: 15px;}
    .news_cc_dc{ line-height: 30px; height: 150px; margin-top: 35px;}
    .news_cc_mm{ padding: 0px 35px; }
    .news_cc_mm_sp1{ font-size: 16px; }
    #chan7{ padding: 15px 0px; }
    #yslist a{ padding: 40px; }
    .yslist_txt{ font-size: 22px; margin-top: 30px;}
    .yslist_dc{ height: 26px; line-height: 26px; margin-top: 8px;}
    .yycj_dt{ width: 45px; height: 45px; top:130px; margin-left: 260px;}
    .yycj_dt_c1{ width: 45px; height: 45px; margin-top: -22px; margin-left: -22px; }
    .yycj_dt_c2{ width: 66px; height: 66px; margin-top: -33px; margin-left: -33px; }
    .yycj_dt_c3{ width: 90px; height: 90px; margin-top: -45px; margin-left: -45px; }
    .yycj_dt_c4{ width: 118px; height: 118px; margin-top: -59px; margin-left: -59px; }
    .yycj_dt_c5{ animation: grow4 3s 0.5s infinite; }
    .yycj_dt_c6{ animation: grow5 3s 1s infinite; }
    .yycj_dt_c7{ animation: grow6 3s 1.5s infinite; }
    .yycj_dt_c8{ animation: grow7 3s 2s infinite; }
}
#chan2 a:hover .jjal_bg{ background: #dc3530; }
#chan2 a:hover .jjal_cc_img p{ border: solid 1px #fff; }
#chan2 a:hover .jjal_cc_mm p span{ background: url(../images/jt_02h.png) no-repeat; right: 2px;}
#chan2 a:hover .jjal_cc_mm p i{ background: #fff; right: 3px;}
#chan2 a:hover .jjal_cc_img p{ transform: rotate(360deg); }
.dchan2c a.on{ background: #dc3530; }
.dchan2c a.on .jjal_cc_img p{ border: solid 1px #fff; }
.dchan2c a.on .jjal_cc_mm p span{ background: url(../images/jt_02h.png) no-repeat; right: 2px;}
.dchan2c a.on .jjal_cc_mm p i{ background: #fff; right: 3px;}
.dchan2c a.on .jjal_cc_img p{ transform: rotate(360deg); }
.ysry a:hover .ysry_tt{ color: #fff; }
.ysry a:hover .ysry_bg{ opacity: 0.3; transform: translateY(0);}
.ysry a:hover:before{ opacity: 1; width: 100%; height: 100%;} 
.ysry a:hover .ysry_img p img{ filter:invert(100%) brightness(100); }
.ysry a:hover .ysry_img p:before{ background: rgba(255, 255, 255, 0.8); right: 20px;}
.ysry a:hover .ysry_dc{ color: rgba(255, 255, 255, 0.9); }
.ysry a:hover .ysry_mm span{ color: #fff; }
.ysry a:hover .ysry_mm span:after{ background: url(../images/jt_02.png) no-repeat; right: -10px;}
.ysry a:hover .ysry_cc{ transform: translateY(10px); }
.qtjjfa_cc a:hover .qtjjfa_cc_mm span{ transform:rotate(180deg); }
.news_ccc a:hover{ box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }
.news_ca1:hover .news_cc_txt_mm_sp2:after{ right: -5px; }
.news_ca2:hover .news_cc_mm_sp2:after{ right: -5px; }
#yslist a:hover .yslist_img img{ transform: rotateY(180deg); }

/*******Css footer*******/
#mfooter{ background: #232424; line-height: 2; color:rgba(255, 255, 255, 0.4); margin-bottom: 58px;}
#mfooter a{ color: rgba(255, 255, 255, 0.4); }
#mfooter a:hover{ color: #fff; }
#mlinks{ border-bottom: solid 1px #3C3D3D; height: 40px; line-height: 40px;}
.mlinks{ position: relative; padding-left: 70px;}
#mfooter .mlinks span{ color: #fff; font-size: 13px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
.mlinksc{ overflow: hidden; }
.mlinksc .swiper-slide{ width: auto; margin-right: 12px;}
#mfooterc{ padding: 12px 0px; }
.mfooterc_tt{ text-align: center; }
.mfooterc_tt a{ display: inline-block; }
.mfooterc_tt a img{ float: left; }
.mfooterc_img1{ width: 180px; }
.mfooterc_img2{ width: 100px; margin-top: 10px; margin-left: 10px;}
.mfooterc_cc{ margin-top: 5px; }
.mfooterc_icp{ text-align: center; border-top: solid 1px #3C3D3D; line-height: 2; padding: 4px 0px;}
@media (min-width:370px) 
{
    .mfooterc_img1{ width:208px; }
    .mfooterc_img2{ width: 122px; margin-top: 10px; margin-left: 10px;}
}
@media (min-width:768px) 
{
    #mfooter{ margin-bottom: 0px; }
    .mfooterc_cc{ text-align: center; }
    .mfooterc_img2{ width: 136px; }
    #mfooterc{ padding: 16px 0px; }
}
@media (min-width:992px) 
{
    #footers{ padding: 20px 0px 25px 0px;}
    .footers_tt{ margin-bottom: 15px; }
    #mfooterc{ padding: 16px 0px 20p 0px; }
}
@media (min-width:1200px) 
{
    #footer{ background: #232424; line-height: 2; color: rgba(255, 255, 255, 0.4); position:relative; z-index: 2;}
    #footer a{ color: rgba(255, 255, 255, 0.4); }
    #footer a:hover{ color: #fff; }
    #links{ border-bottom: solid 1px #3C3D3D; height: 70px; line-height: 70px;}
    .links{ position: relative; padding-left: 80px; width: 75%; float: left;}
    #footer .links span{ color: #fff; font-size: 15px; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
    .linksc{ overflow: hidden; }
    .linksc .swiper-slide{ width: auto; margin-right: 15px;}
    .footer_share{ float: right; }
    #footer .footer_share a{ color: #fff; }
    #footer .footer_share .social-share .social-share-icon { border: 0 !important;transition: all 0.3s;}
    #footer .footer_share .social-share .social-share-icon:hover {
    color: #dc3530;
    background-color: #fff;
    transform: scale(1.1);
    }
    #footerc{ padding: 35px 0px 40px 0px; }
    .footerc_left{ width: 380px;}
    .footerc_left_tt{ overflow: hidden; }
    .footerc_left_tt img{ float: left; }
    .footerc_left_img1{ width: 208px; }
    .footerc_left_img2{ width: 136px; margin-top: 10px; margin-left: 20px;}
    .footerc_left_cc{ margin-top: 20px; }
    .footerc_mid{ width: 560px; margin-left:30px;}
    .footerc_mid dl{ width: 25%; float: left; padding-right: 20px;}
    .footerc_mid dl dt{ line-height: 2; }
    #footer .footerc_mid dl dt a{ font-size: 16px; color: #fff;}
    .footerc_mid dl dd{ margin-top: 23px; }
    .footerc_mid dl dd a{ width: 100%; float: left; line-height: 2;}
    .footerc_mid dl#footerc_mid_dl{ width: 50%; }
    .footerc_right{ width: 140px;}
    .footerc_right_tt{ color: #fff; font-size: 16px;}
    .footerc_right_cc{ margin-top: 23px; }
    .footerc_right_cc img{ width: 100px; display: inline-block; margin-bottom: 10px;}
    .footerc_icp{ text-align: center; border-top: solid 1px #3C3D3D; line-height: 2; padding: 6px 0px;}
}
#footerc_rights{ display: none; }
@media (min-width:1601px) 
{
    #links{ height: 100px; line-height: 100px;}
    .links{ padding-left: 85px; }
    #footer .links span{ font-size: 16px; }
    .linksc .swiper-slide{ margin-right: 20px; }
    #footer .footer_share .social-share .social-share-icon{ width: 60px; height: 60px; line-height: 60px; font-size: 25px;}
    #footerc{ padding: 60px 0px 70px 0px; }
    .footerc_left{ width: 390px;}
    .footerc_left_cc{ margin-top: 40px; }
    .footerc_mid{ width: 760px; margin-left:130px;}
    .footerc_mid dl{ padding-right: 30px; }
    #footer .footerc_mid dl dt a{ font-size: 17px;}
    .footerc_mid dl dd{ margin-top: 40px; }
    #footerc_rights{ display:block; }
}

.footernav{ width: 100%; color: #fff; height:58px; overflow: hidden; position: fixed; bottom:0px; padding:5px 0px 8px 0px; left: 0px; z-index: 999;   background:#dc3530; }
.footernav a{ color: #fff; }
.footernav ul li{width: 25%; float: left; text-align: center; }
.footernp1{ font-size:20px;}
.footernp2{ line-height:1.5;}
.footernav ul li.on .footernp1{ animation: swing 1s; }
 
/*******Css company*******/
#com_banner{ position:relative; }
.com_banner_bg{ width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; background-image: url(../images/com_banner.jpg); background-position: top center; background-size: 100% 100%; background-repeat: no-repeat; background-attachment: fixed;}
.com_banner{ padding: 25px 0px 30px 0px; width: 100%; position: relative; z-index: 1;}
.com_banner_tt{ font-size: 24px; font-weight: bold; color: #fff; text-align: center;}
.com_banner_cc{ text-align: center; margin-top: 15px; line-height: 20px; height: 140px; overflow: hidden; color: rgba(255, 255, 255, 0.8);}
.com_banner_mm{ margin-top: 20px; text-align: center;}
.com_banner_mm p{ display: inline-block; color: #fff; position: relative; padding-right: 32px;}
.com_banner_mm p span{ z-index: 1; width: 15px; height: 5px; background: url(../images/jt_02.png) no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: 10px; transition: all 0.3s ease-out 0s;}
.com_banner_mm p i{ width: 20px; height: 20px; background: #dc3530; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; transition: all 0.3s ease-out 0s;}
#com_chan1{ padding: 5px 0px 20px 0px; }
#com_chan2{ background: #eeeeee url(../images/com_bg1.jpg) no-repeat center bottom; padding-bottom: 25px;}
.com_yfzx_txt_cc{ padding: 20px 15px; }
.com_yfzx_txt_cc_tt{ font-size:40px; font-family: 'MONTS'; color: #cccbcb;}
.com_yfzx_txt_cc_ft{ font-size: 18px; }
.com_yfzx_txt_cc_dc{ margin-top: 15px; color:rgba(18, 19, 20, 0.6); line-height: 20px; height: 120px; overflow: hidden;}
.com_yfzx_txt_cc_mm{ margin-top: 20px; }
.com_yfzx_txt_cc_mm a{ display: inline-block; position: relative; padding-right: 32px;}
.com_yfzx_txt_cc_mm a span{ z-index: 1; width: 15px; height: 5px; background: url(../images/jt_02.png) no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: 5px; transition: all 0.3s ease-out 0s;}
.com_yfzx_txt_cc_mm a i{ width: 20px; height: 20px; background: #dc3530; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; transition: all 0.3s ease-out 0s;}
.com_yfzx_img{ position: relative; overflow: hidden;}
.com_yfzx_img_bg{ z-index: 2; width: 100px; height: 50px; position: absolute; bottom: 0px; right: 0px; background: #dc3530; color: #fff;}
.com_yfzx_img_bg .swiper-pagination-fraction{ top:50%; transform: translateY(-50%); bottom: auto; font-size: 13px;}
.com_yfzx_img_bg .swiper-prev,.com_yfzx_img_bg .swiper-next{ z-index: 11; outline: none; left: 50%; position: absolute; top:50%; transform: translateY(-50%);}
.com_yfzx_img_bg .swiper-prev{ margin-left: -36px; }
.com_yfzx_img_bg .swiper-next{ margin-left: 18px; }
.com_zzry_img{ overflow: hidden; }
.com_zzry_img img{ max-width: 100%; }
.com_sczx_img{ position: relative; overflow: hidden; }
@media (min-width:768px) 
{
    .com_banner{ padding: 30px 0px 35px 0px; }
    .com_banner_cc{ line-height: 22px; height: 132px;}
    .com_yfzx_img{ width: 56%; float: left;}
    .com_yfzx_txt{ width: 44%; float: right; }
    .com_yfzx_txt_cc{ padding: 20px; }
    .com_yfzx_txt_cc_dc{ height: 80px; }
    .com_zzry{ padding-top: 15px; }
    .com_zzry_txt{ width: 44%; float: left; }
    .com_zzry_img{ width: 56%; float: right;  }
    .com_sczx_img{ width: 56%; float: left;}
    .com_sczx_txt{ width: 44%; float: right; position: relative;}
    .com_sczx_txt:before{ content: ''; position: absolute; top: -20px; left: 0px; width: 100%; height: 20px; background: #fff;}
    .com_sczx_txt .com_yfzx_txt_cc{ padding:5px 20px 20px 20px; }
}
@media (min-width:992px) 
{
    .com_banner_cc{ height: 110px; }
    .com_yfzx_img{ width: 50%; }
    .com_yfzx_txt{ width: 50%; }
    .com_yfzx_txt_cc{ padding: 25px; width: 90%; }
    .com_zzry_txt{ width: 50%;  }
    .com_zzry_txt .com_yfzx_txt_cc{ width: 100%;}
    .com_zzry_img{ width: 50%; }
    .com_sczx_img{ width: 50%;  }
    .com_sczx_txt{ width: 50%; }
}
@media (min-width:1200px) 
{
    .com_banner{ padding: 90px 0px 135px 0px; }
    .com_banner_tt{ font-size: 40px; }
    .com_banner_cc{ width: 90%; margin: 25px auto 0px; line-height: 25px; height: 125px;}
    .com_banner_mm{ margin-top: 40px; }
    .com_banner_mm p{ padding-right: 36px; }
    #com_chan1{ padding: 15px 0px 50px 0px; }
    #com_chan2{ padding-bottom: 55px; }
    .com_yfzx_img_bg{ width: 120px; height: 60px;} 
    .com_yfzx_img_bg .swiper-pagination-fraction{ font-size: 16px; }
    .com_yfzx_img_bg .swiper-prev{ margin-left: -40px; }
    .com_yfzx_img_bg .swiper-next{ margin-left: 22px; } 
    .com_yfzx_txt_cc{ padding: 50px; }
    .com_yfzx_txt_cc_tt{ font-size: 70px; }
    .com_yfzx_txt_cc_ft{ font-size: 28px; }
    .com_yfzx_txt_cc_dc{ line-height: 26px; height: 104px; margin-top: 20px;}
    .com_yfzx_txt_cc_mm{ margin-top: 30px; }
    .com_yfzx_txt_cc_mm a{ padding-right: 36px; }
    .com_zzry{ padding-top: 45px; }
    .com_zzry_txt .com_yfzx_txt_cc{ padding: 25px 50px 40px 25px; }
    .com_sczx_txt:before{ height: 55px; top: -55px;}
    .com_sczx_txt .com_yfzx_txt_cc{ padding: 5px 50px 50px 50px; }
    .com_sczx_txt .com_yfzx_txt_cc_dc{ height:156px; }
}
@media (min-width:1601px) 
{
    .com_banner{ padding: 170px 0px 270px 0px; }
    .com_banner_tt{ font-size: 60px; }
    .com_banner_cc{ width: 87.5%; margin: 40px auto 0px; line-height: 28px; height: 112px;}
    .com_banner_mm{ margin-top:70px; }
    .com_banner_mm p{ padding-right: 42px; }
    #com_chan1{ padding: 15px 0px 90px 0px; }
    #com_chan2{ padding-bottom: 86px; }
    .com_yfzx_img_bg{ width: 156px; height: 95px;} 
    .com_yfzx_img_bg .swiper-prev{ margin-left: -46px; font-size: 18px;}
    .com_yfzx_img_bg .swiper-next{ margin-left: 28px; font-size: 18px;} 
    .com_yfzx_txt_cc{ padding:80px 100px; }
    .com_yfzx_txt_cc_tt{ font-size: 100px; }
    .com_yfzx_txt_cc_ft{ font-size: 40px; margin-top: 10px; }
    .com_yfzx_txt_cc_dc{ line-height: 28px; height: 112px; margin-top: 25px;}
    .com_yfzx_txt_cc_mm{ margin-top: 35px; }
    .com_yfzx_txt_cc_mm a{ padding-right: 42px; }
    .com_zzry{ padding-top: 110px; }
    .com_zzry_txt .com_yfzx_txt_cc{ padding: 45px 90px 50px 50px; }
    .com_zzry_txt .com_yfzx_txt_cc_dc{ height:140px; }
    .com_sczx_txt:before{ height: 70px; top: -70px;}
    .com_sczx_txt .com_yfzx_txt_cc{ padding:10px 60px 50px 100px; }
    .com_sczx_txt .com_yfzx_txt_cc_dc{ height:156px; }
}
.piclist{ overflow: hidden; }
.piclist a{ margin-top: 15px; width: 100%; float: left; border: solid 1px #dedede; padding: 2px;}
.piclist_cc{ position: relative; overflow: hidden;}
.piclist_bg{ transition: all 0.3s ease-out 0s; content: ''; position: absolute; top: 0px; left: 0px; z-index: 1; width: 100%; height: 100%; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));}
.piclist_txt{ font-size: 13px; transition: all 0.3s ease-out 0s; padding: 0px 15px; z-index: 2; width: 100%; height: 40px; line-height: 40px; overflow: hidden; position: absolute; bottom: 6px; left: 0px; color: rgba(255, 255, 255, 0.9);}
.piclist a:hover .piclist_txt{ bottom: 10px; }
.page_ctt{ font-size: 20px; text-align: center; margin-top: 10px;}
.page_cdc{ line-height: 2; color: #888; margin-top: 10px; margin-bottom: 5px;}
@media (min-width:768px) 
{
   .piclist a{ width: 48%; margin-top: 25px; margin-right: 4%;}
   .piclist a:nth-child(2n){ margin-right: 0px; } 
}
@media (min-width:992px) 
{
    .piclist a{ width: 32%; margin-top: 22px; margin-right: 2%;}
    .piclist a:nth-child(2n){ margin-right: 2%; }
    .piclist a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .piclist a{ margin-top: 25px; }
    .piclist_txt{ font-size: 15px; bottom: 10px; padding: 0px 20px; }
    .piclist a:hover .piclist_txt{ bottom: 18px; }
    .page_ctt{ margin-top: 20px; font-size: 32px;}
    .page_cdc{ margin-top: 15px; } 
}
@media (min-width:1601px) 
{
    .piclist{ padding-top: 15px; }
    .piclist a{ margin-top: 30px; }
    .piclist_txt{ font-size: 16px; }
    .page_ctt{ margin-top: 25px; font-size: 46px;}
    .page_cdc{ margin-top: 25px; } 
}
.piclist a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); filter: brightness(120%);}
.piclist a:hover img { transition: all 0.3s ease-out 0s; transform: translate(-50%, -50%) scale(1.05);}
.piclist a:hover .piclist_bg{ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1)); }
.piclists{ overflow: hidden; }
.piclists a{ margin-top: 15px; width: 100%; float: left; text-align: center; border: solid 1px #dedede; padding: 2px;}
.piclists_txt{ font-size: 13px; height: 42px; line-height: 42px; overflow: hidden; padding: 0px 15px;}
@media (min-width:768px) 
{
   .piclists a{ width: 48%; margin-top: 25px; margin-right: 4%;}
   .piclists a:nth-child(2n){ margin-right: 0px; } 
}
@media (min-width:992px) 
{
    .piclists a{ width: 32%; margin-top: 22px; margin-right: 2%;}
    .piclists a:nth-child(2n){ margin-right: 2%; }
    .piclists a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1200px) 
{
    .piclists a{ margin-top: 25px; }
    .piclists_txt{ font-size: 15px; height: 52px; line-height: 52px; }
}
@media (min-width:1601px) 
{
    .piclists{ padding-top: 15px; }
    .piclists a{ width: 23.5%; margin-top: 30px; }
    .piclists a:nth-child(2n){ margin-right: 2%; }
    .piclists a:nth-child(3n){ margin-right: 2%; }
    .piclists a:nth-child(4n){ margin-right: 0px; }
    .piclists_txt{ font-size: 16px; height: 62px; line-height: 62px; }
}
.piclists a:hover{ background: #dc3530; }
.piclists a:hover .piclists_txt{ color: #fff; }
.page_jjfa_list li{ margin-top: 25px; }
.page_jjfa_list a{ display: block; position: relative;}
.page_jjfa_list a:after{ content: ''; z-index: 3; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 1px; background: rgba(220, 220, 220, 0.2);}
.page_jjfa_list_img{ width: 100%; height: 100%; position: absolute; z-index: 1; overflow: hidden; top: 0px; left: 0px; background-repeat: no-repeat; background-size: cover; background-position: top center; }
.page_jjfa_list_bg{ transition: all 0.3s ease-out 0s;  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3); background: rgba(0, 27, 35, 0.55); width: 100%; height: 100%; position: absolute; z-index: 2;  top: 0px; left: 0px; }
.page_jjfa_list a:hover .page_jjfa_list_bg{ box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5); }
.page_jjfa_list_cc{ position: relative; z-index: 3; padding:25px 20px;}
.page_jjfa_list_cc_img p{ transition: all 0.3s ease-out 0s; display: inline-block; width: 50px; height: 50px; border: solid 1px #dc3530; background: #dc3530; border-radius: 50%; overflow: hidden;}
.page_jjfa_list_cc_img p img{ width: 100%; }
.page_jjfa_list_cc_tt{ margin-top: 10px; height: 28px; line-height: 28px; overflow: hidden; color: #fff; font-size: 18px; font-weight: bold;}
.page_jjfa_list_cc_dc{ margin-top: 5px; line-height: 20px; height: 60px; overflow: hidden; color: rgba(255, 255, 255, 0.9);}
.page_jjfa_list_cc_mm{ margin-top: 12px; }
.page_jjfa_list_cc_mm p{ color: #fff; height: 32px; line-height: 32px; position: relative; display: inline-block; padding-right: 35px;}
.page_jjfa_list_cc_mm p span{ z-index: 1; width: 15px; height: 5px; background: url(../images/jt_02.png) no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: 5px; transition: all 0.3s ease-out 0s;}
.page_jjfa_list_cc_mm p i{ width: 20px; height: 20px; background: #dc3530; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; transition: all 0.3s ease-out 0s;}
#warppers{ padding-bottom: 30px; }
@media (min-width:768px) 
{
    .page_jjfa_list li{ width: 48%; float: left; margin-top:30px;}
    #page_jjfa_list_li0{ float: right; }
}
@media (min-width:992px) 
{
    .page_jjfa_list li{ margin-top: 35px; }
    .page_jjfa_list_cc_dc{ line-height: 22px; height: 44px;}
}
@media (min-width:1200px) 
{
    #warppers{ padding-top: 15px; padding-bottom: 70px; }
    .page_jjfa_list li{ margin-top: 45px; }
    .page_jjfa_list_bg{ box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3); }
    .page_jjfa_list a:hover .page_jjfa_list_bg{ box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.5); }
    .page_jjfa_list_cc{ padding:40px 30px; }
    .page_jjfa_list_cc_img p{ width: 72px; height: 72px; }
    .page_jjfa_list_cc_tt{ margin-top: 20px; height: 32px; line-height: 32px; font-size: 22px; }
    .page_jjfa_list_cc_dc{ margin-top: 10px; line-height: 24px; height: 48px;}
    .page_jjfa_list_cc_mm{ margin-top: 30px; }
}
@media (min-width:1601px) 
{
    #warppers{ padding-top: 25px; padding-bottom: 120px; }
    .page_jjfa_list li{ margin-top: 65px; }
    .page_jjfa_list_bg{ box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.3); }
    .page_jjfa_list a:hover .page_jjfa_list_bg{ box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.5); }
    .page_jjfa_list_cc{ padding:65px 50px; }
    .page_jjfa_list_cc_img p{ width: 87px; height: 87px; }
    .page_jjfa_list_cc_tt{ margin-top: 30px; height: 46px; line-height: 46px; font-size: 28px; }
    .page_jjfa_list_cc_dc{ margin-top: 15px; line-height: 28px; height: 56px;}
    .page_jjfa_list_cc_mm{ margin-top: 45px; }
}
.page_jjfa_list a:hover .page_jjfa_list_bg{ background: #dc3530; }
.page_jjfa_list a:hover .page_jjfa_list_cc_img p{ border: solid 1px #fff; }
.page_jjfa_list a:hover .page_jjfa_list_cc_mm p span{ background: url(../images/jt_02h.png) no-repeat; right: 2px;}
.page_jjfa_list a:hover .page_jjfa_list_cc_mm p i{ background: #fff; right: 3px;}
.page_jjfa_list a:hover .page_jjfa_list_cc_img p{ transform: rotate(360deg); }
#jjfa_chan1{ margin-top: 25px; }
.jjfa_chan1_tt{ text-align: center; font-size: 20px;}
.jjfa_chan1_ft{ margin-top: 10px; color: rgba(18, 19, 20, 0.6); line-height: 1.8; text-align: center; }
.jjfa_chan1_cc{ margin-top: 15px; }
.jjfa_chan1_cc_txt{ line-height: 2;}
.jjfa_chan1_cc_txt table {
    width:100%;
    margin:0 auto;
}
.jjfa_chan1_cc_txt table tr{ background: #EEEEEE; }
.jjfa_chan1_cc_txt table tr:nth-child(2n){ background: #fff; }
.jjfa_chan1_cc_txt table td{ padding:3px 6px; }
#jjfa_chan3{ margin-top: 25px; padding-bottom: 80px; position: relative;}
.jjfa_chan3_ft{ font-size: 13px; line-height: 2; margin-top: 15px; color: rgba(18, 19, 20, 0.6);}
.jjfa_chan3_ft table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    color:#333;
    border-color: #f5f5f5 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.jjfa_chan3_ft table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
.jjfa_chan3_ft table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
.jjfa_chan3_ft table td a { text-decoration:underline; color: #333;}
.jjfa_chan3_dt{ width: 100%; height: 150px; position: absolute; bottom: 0px; left: 0px;}
.jjfa_chan3_dt canvas{ width: 100% !important; height: 100% !important; position: absolute; top: 0px; left: 0px;}
#jjfa_chan2{ margin-top: 25px; padding: 20px 0px 25px 0px; background: url(../images/fa_bg1.jpg) no-repeat; background-size: cover; background-attachment: fixed; }
.jjfa_chan2_tt{ text-align: center; font-size: 20px; color: #fff; }
.jjfa_chan2_ft{ margin-top: 10px; color: rgba(255, 255, 255, 0.6); line-height: 1.8; text-align: center; }
.jjfa_product{ overflow: hidden; margin-top: 15px;}
.jjfa_product .gallery-top{ overflow: hidden; background: #eeeeee; position: relative;}
.jjfa_product .gallery-top a{  padding:20px 15px; width: 100%; float: left; }
.jjfa_product_txt_tt{ margin-top: 15px; font-size: 16px;}
.jjfa_product_txt_mm{ margin-top: 15px; }
.jjfa_product_txt_mm p{ display: inline-block; position: relative; padding-right: 32px;}
.jjfa_product_txt_mm p span{ z-index: 1; width: 15px; height: 5px; background: url(../images/jt_02.png) no-repeat; position: absolute; top: 50%; transform: translateY(-50%); right: 5px; transition: all 0.3s ease-out 0s;}
.jjfa_product_txt_mm p i{ width: 20px; height: 20px; background: #dc3530; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); right: 0px; transition: all 0.3s ease-out 0s;}
.jjfa_product .gallery-thumbs{ margin-top:10px; overflow: hidden;}
.jjfa_product .gallery-thumbs a{ width: 100%; float: left; text-align: center;}
.jjfa_product_imgt{ background:#eeeeee; }
.jjfa_product_txtt{ font-size: 13px; color: rgba(255, 255, 255, 0.6);  height: 32px; line-height: 32px; overflow: hidden; padding:0px 10px;}
.jjfa_product .gallery-thumbs .swiper-slide-thumb-active .jjfa_product_imgt{ background:#fff; }
.jjfa_product .gallery-thumbs .swiper-slide-thumb-active .jjfa_product_txtt{ color:#fff; }
.jjfa_product .gallery-top .swiper-prev,.jjfa_product .gallery-top .swiper-next{ outline: none; z-index: 10; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; line-height: 36px; text-align: center; background: rgba(220, 53, 48, 1.0); color: #fff;}
.jjfa_product .gallery-top .swiper-prev{ left: 0px; }
.jjfa_product .gallery-top .swiper-next{ right: 0px; }
.jjfa_product .gallery-top .swiper-button-disabled{ background: rgba(220, 53, 48, 0.4); }
.jjfa_chan3_ys{ overflow: hidden; margin-top: 15px;}
.jjfa_chan3_ys a{ width: 100%; float: left; text-align: center;}
.jjfa_chan3_ys_img{ transition: all 0.3s ease-out 0s; width: 70%; margin: 0px auto; background: #eeeeee; border-radius: 50%; overflow: hidden;}
.jjfa_chan3_ys_img img{ max-width: 100%; }
.jjfa_chan3_ys_txt{ margin-top: 10px; font-size: 13px;}
#page_jjfa{ position: relative; overflow: hidden;}
#page_jjfa .bd{ position: relative; z-index: 2;}
#page_jjfa .hd{ width: 100%; position: absolute; border-top: solid 1px rgba(255, 255, 255, 0.2); z-index: 10; left: 0px;}
#page_jjfa .hd li{ overflow: hidden; padding: 0px 2px; cursor:pointer; height: 50px; line-height: 50px; color: #fff; font-size: 14px; width: 50%; float: left; text-align: center;}
@media (min-width:768px) 
{
    .jjfa_product .gallery-top a{ padding:20px 25px; }
    .jjfa_product_txt_tt{ font-size: 20px; }
    .jjfa_product .gallery-top .swiper-prev,.jjfa_product .gallery-top .swiper-next{ width: 42px; height: 42px; line-height: 42px;}
}
@media (min-width:992px) 
{
    .jjfa_chan1_cc{ overflow: hidden; }
    .jjfa_chan1_cc_txt{ width: 50%; float: left;}
    .jjfa_chan1_cc_img{ width: 46%; float: right; text-align: center;}
    .jjfa_chan1_cc_img img{ max-width: 100%; }
    #jjfa_chan3{ padding-bottom:100px; }
    .jjfa_product .gallery-top a{ padding:20px 15px; }
    .jjfa_product_img{ width: 50%; float: left;}
    .jjfa_product_txt{ width: 45%; float: right;}
    .jjfa_product_txt_tt{ margin-top: 0px; }
    .jjfa_product_txt_dc{ margin-top: 10px; display: flex; flex-flow: row; flex-wrap:wrap}
    .jjfa_product_txt_dc_cc{ padding: 5px 15px 5px 0px; width: 50%; color: #8B8888;}
    .jjfa_product_txt_mm{ margin-top: 20px; }
    .jjfa_product .gallery-thumbs{ margin-top: 15px; }
    .jjfa_chan3_ys{ margin-top: 20px; }
    .jjfa_chan3_ys_txt{ margin-top: 15px; }
}
@media (min-width:1200px) 
{
    #jjfa_chan1{ margin-top: 55px; }
    .jjfa_chan1_tt{ font-size: 32px; }
    .jjfa_chan1_ft{ margin: 15px auto 0px; width: 80%;}
    .jjfa_chan1_cc{ margin-top: 35px; }
    .jjfa_chan1_cc_txt table td{ padding:3px 12px; }
    .jjfa_chan3_ft{ font-size: 15px; margin-top: 25px;}
    #jjfa_chan3{ padding-bottom:180px; margin-top: 55px;}
    .jjfa_chan3_dt{ height: 320px; }
    #jjfa_chan2{ margin-top: 55px; padding: 55px 0px 60px 0px; }
    .jjfa_chan2_tt{ font-size: 32px; }
    .jjfa_chan2_ft{ margin: 15px auto 0px; width: 80%;}
    .jjfa_product{ margin-top: 35px; }
    .jjfa_product .gallery-top a{ padding: 35px 40px; }
    .jjfa_product_txt_tt{ font-size: 24px; }
    .jjfa_product_txt_dc{ margin-top: 20px; }
    .jjfa_product_txt_dc_cc{ padding: 5px 20px 5px 0px; }
    .jjfa_product_txt_mm{ margin-top: 30px; }
    .jjfa_product .gallery-thumbs{ margin-top: 20px; }
    .jjfa_product_txtt{ height:48px; line-height: 48px; font-size: 16px;}
    .jjfa_chan3_ys{ margin-top: 40px; }
    .jjfa_chan3_ys_txt{ margin-top: 25px; font-size: 16px; }
    #page_jjfa .hd li{ height: 66px; line-height: 66px; font-size: 17px; }
    .jjfa_product .gallery-top .swiper-prev,.jjfa_product .gallery-top .swiper-next{ width: 46px; height: 46px; line-height: 46px;}
}
@media (min-width:1601px) 
{
    #jjfa_chan1{ margin-top: 110px; }
    .jjfa_chan1_tt{ font-size: 46px; }
    .jjfa_chan1_ft{ margin: 20px auto 0px; }
    .jjfa_chan1_cc{ margin-top: 55px; }
    .jjfa_chan1_cc_txt table td{ padding:4px 15px; }
    .jjfa_chan3_ft{ font-size: 16px; margin-top: 40px;}
    #jjfa_chan3{ padding-bottom:280px; margin-top: 110px;}
    .jjfa_chan3_dt{ height: 420px; }
    #jjfa_chan2{ margin-top: 110px; padding: 110px 0px 120px 0px; }
    .jjfa_chan2_tt{ font-size: 46px; }
    .jjfa_chan2_ft{ margin: 20px auto 0px; }
    .jjfa_product{ margin-top: 45px; }
    .jjfa_product .gallery-top a{ padding:45px 55px; }
    .jjfa_product_txt_tt{ font-size: 30px; }
    .jjfa_product_txt_dc{ margin-top: 40px; }
    .jjfa_product_txt_dc_cc{ padding: 5px 35px 5px 0px; }
    .jjfa_product_txt_mm{ margin-top: 50px; }
    .jjfa_product_txt_mm p{ padding-right: 36px;}
    .jjfa_product_txtt{ height:68px; line-height: 68px; font-size: 18px;}
    .jjfa_chan3_ys{ margin-top: 60px; }
    .jjfa_chan3_ys_img{ width: 170px; }
    .jjfa_chan3_ys_txt{ margin-top: 32px; font-size: 20px; }
    #page_jjfa .hd li{ height: 80px; line-height: 80px; font-size: 18px; padding: 0px 15px; }
    .jjfa_product .gallery-top .swiper-prev,.jjfa_product .gallery-top .swiper-next{ width: 52px; height: 52px; line-height: 52px;}
}
.jjfa_chan3_ys a:hover .jjfa_chan3_ys_img{ background: #dc3530; color: #fff;}
.jjfa_chan3_ys a:hover .jjfa_chan3_ys_img img{ filter:invert(100%) brightness(100); }
#page_jjfa .hd li.on{ background: #dc3530;}
.caselist{ overflow: hidden; }
.caselist a{ width: 100%; float: left; margin-top: 20px; position: relative; text-align: center; overflow: hidden;}
.caselist_txt{ padding: 0px 10px; font-size: 13px; margin-top: 5px; height: 36px; line-height: 36px; overflow: hidden;}
.caselist_cover{ opacity: 0; transform: translateY(101%); z-index: 1; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #dc3530; transition: all 0.3s ease-out 0s; }
.caselist_cover_cc{ width: 80%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff;}
.caselist_cover_icon i{ font-size: 38px; }
.caselist_cover_tt{ font-size: 18px; margin-top: 10px;}
.caselist_cover_dc{ line-height: 20px; max-height: 100px; overflow: hidden; margin-top: 15px; color: rgba(255, 255, 255, 0.9);}
@media (min-width:768px) 
{
    .caselist a{ width: 48%; float: left; margin-top: 25px;}
    .caselist a.caselista0{ float: right; }
    .caselist_cover_cc{ width: 75%; }
}
@media (min-width:992px) 
{
    .caselist a{ margin-top: 30px; }
}
@media (min-width:1200px) 
{
    .caselist a{ margin-top: 45px; }
    .caselist_txt{ font-size: 15px; height: 46px; line-height: 46px;}
    .caselist_cover_cc{ width: 70%; }
    .caselist_cover_icon i{ font-size: 42px; }
    .caselist_cover_tt{ font-size: 22px; }
    .caselist_cover_dc{ line-height: 24px; max-height: 120px;}
}
@media (min-width:1601px) 
{
    .caselist a{ margin-top: 60px; }
    .caselist_txt{ font-size: 16px; height: 60px; line-height: 60px;}
    .caselist_cover_icon i{ font-size: 48px; }
    .caselist_cover_tt{ font-size: 26px; }
    .caselist_cover_dc{ line-height: 28px; max-height: 140px;}
}
.caselist a:hover .caselist_cover{ opacity: 1; transform: translateY(0); }
#fwzc_chan1{ padding: 20px 0px 25px 0px; }
.mfwzc_chan1{ margin-top: 15px; overflow: hidden;}
.mfwzc_chan1 a{ display: block; text-align: center;}
.mfwzc_chan1_img img{ width: 60px; }
.mfwzc_chan1_txt{ font-size: 18px; margin-top: 10px;}
.mfwzc_chan1_dc{ font-size: 13px; color: #4f4848; margin-top: 6px;}
.mfwzc_chan1_line{ width: 10px; height: 80px; margin: 10px auto; position: relative; background: url(../images/fwzc_line2.jpg) repeat-y center;}
.mfwzc_chan1_line:before{ animation: mfwzcline1 3s infinite; position: absolute; top: 0px; left: 50%; margin-left: -5px; content: ''; width: 10px; height: 10px; background: #dc3530; border-radius: 50%; }
.mfwzc_chan1_line:after{ animation: mfwzcline2 3s infinite; position: absolute; bottom: 0px; left: 50%; margin-left: -5px; content: ''; width: 10px; height: 10px; background: #dc3530; border-radius: 50%; }
@keyframes mfwzcline1 {
    0% {
       top: 0px;
    }
    50% {
       top: 50%;
    }
    100% {
       top: 100%;
    }
}
@keyframes mfwzcline2 {
    0% {
       bottom: 0px; 
    }
    50% {
       bottom: 50%;
    }
    100% {
       bottom:100%;
    }
}
@keyframes fwzcline1 {
    0% {
       left: 0px;
    }
    50% {
       left: 50%;
    }
    100% {
       left: 100%;
    }
}
@keyframes fwzcline2 {
    0% {
       right: 0px; 
    }
    50% {
       right: 50%;
    }
    100% {
       right:100%;
    }
}
#mfwzc_chan1_line3{ display: none; }
#fwzc_chan2{ background: #eee; padding: 20px 0px 25px 0px; }
.fwzc_chan2{ margin-top: 15px; background: #dc3530; position: relative; padding:25px 0px 20px 0px;}
.fwzc_chan2:before{ content: ''; position: absolute; top: 0px; left: 0px; width: 20px; height: 22px; background: url(../images/fwzc_bg1.jpg) no-repeat; background-size: cover;}
#fwzc_chan2c{ overflow: hidden; }
#fwzc_chan2c a{ width: 100%; float: left; text-align: center;}
.fwzc_chan2c_tt span{ transition: all 0.3s ease-out 0s; color: #dc3530; font-family:Arial; font-weight: bold; font-size: 15px; display: inline-block; width: 24px; height: 24px; line-height: 24px; border-radius: 50%; background: #fff;}
.fwzc_chan2c_dc{ margin-top: 8px; height: 32px; line-height: 32px; overflow: hidden; font-size: 13px; color: #fff;}
#fwzc_chan2c a:hover .fwzc_chan2c_tt span{ transform: rotateY(360deg); }
#fwzc_chan3{ position: relative; overflow: hidden;}
.fwzc_chan3_bg{ width: 100%; height: 100%; position: absolute; background-image: url(../images/fwzc_bg2.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed;}
.fwzc_chan3{ padding: 20px 0px 25px 0px; width: 100%; position: relative;}
.fwzc_chan3c{ color: #fff; }
.fwzc_chan3c a{ color: #fff; }
.fwzc_chan3_tt{ font-size: 20px; color: #fff;}
.fwzc_chan3_ft{ color: rgba(255, 255, 255, 0.7); margin-top: 10px;}
.fwzc_chan3_cc{ padding: 10px 0px; margin-top: 15px; border-top: solid 1px rgba(255, 255, 255, 0.29); border-bottom: solid 1px rgba(255, 255, 255, 0.29);}
.fwzc_chan3_cc div{ height: 32px; line-height: 32px;}
.fwzc_chan3_cc div span{ float: left; font-size: 13px;}
.fwzc_chan3_cc div p{ float: left; font-family:Arial; font-size: 16px;}
@media (min-width:768px) 
{
    .fwzc_chan1{ overflow: hidden; margin-top: 15px; position: relative;}
    .fwzc_chan1 a{ width: 33.3%; float: left; text-align: center; padding: 0px 20px;}
    .fwzc_chan1_img img{ width: 60px; }
    .fwzc_chan1_txt{ height: 36px; line-height: 36px; overflow: hidden; font-size: 16px; margin-top: 5px;}
    .fwzc_chan1_dc{ font-size: 13px; color: #4f4848; margin-top: 6px;}
    .fwzc_chan1_line{ width: 120px; height: 10px; background: url(../images/fwzc_line1.jpg) repeat-x center; position: absolute; top: 40px;}
    .fwzc_chan1_line:before{ animation: fwzcline1 3s infinite; position: absolute; top: 50%; left: 0px; margin-top: -5px; content: ''; width: 10px; height: 10px; background: #dc3530; border-radius: 50%; }
    .fwzc_chan1_line:after{ animation: fwzcline2 3s infinite; position: absolute; top: 50%; right: 0px; margin-top: -5px; content: ''; width: 10px; height: 10px; background: #dc3530; border-radius: 50%; }
    #fwzc_chan1_line1{ left: 175px; }
    #fwzc_chan1_line2{ right: 175px; }
    .fwzc_chan3c{ width: 90%; margin: 0px auto;}
}
@media (min-width:992px) 
{
    .fwzc_chan1_line{ width: 130px; }
    #fwzc_chan1_line1{ left: 245px; }
    #fwzc_chan1_line2{ right: 245px; }
}
@media (min-width:1200px) 
{
    #fwzc_chan1{ padding: 55px 0px 60px 0px; }
    .fwzc_chan1{ margin-top: 30px; }
    .fwzc_chan1_img img{ width: 78px; }
    .fwzc_chan1_txt{ height: 42px; line-height: 42px; margin-top: 10px; font-size: 22px;}
    .fwzc_chan1_dc{ font-size: 15px; }
    .fwzc_chan1_line{ width: 200px; }
    #fwzc_chan1_line1{ left: 275px; }
    #fwzc_chan1_line2{ right: 275px; }
    #fwzc_chan2{ padding: 55px 0px 60px 0px; }
    .fwzc_chan2{ margin-top: 30px; padding:35px 10px 30px 10px;}
    .fwzc_chan2:before{ width: 30px; height: 33px;}
    .fwzc_chan2c_tt span{ width: 28px; height: 28px; line-height: 28px; font-size: 18px;}
    .fwzc_chan2c_dc{ font-size: 17px; height: 40px; line-height: 40px; margin-top: 10px;}
    .fwzc_chan3{ padding: 55px 0px 60px 0px; }
    .fwzc_chan3_tt{ font-size: 32px; }
    .fwzc_chan3_ft{ margin-top: 15px; }
    .fwzc_chan3c{ width: 62%; margin: 0px 5% 0px 33%;}
    .fwzc_chan3_cc{ margin-top: 35px; padding: 25px 0px;}
    .fwzc_chan3_cc div{ height: 40px; line-height: 40px;}
    .fwzc_chan3_cc div span{ font-size: 15px;}
    .fwzc_chan3_cc div p{ font-size: 20px;}
}
@media (min-width:1601px) 
{
    #fwzc_chan1{ padding: 110px 0px 140px 0px; }
    .fwzc_chan1{ margin-top: 70px; }
    .fwzc_chan1_img img{ width: 88px; }
    .fwzc_chan1_txt{ height: 50px; line-height: 50px; margin-top: 30px; font-size: 30px;}
    .fwzc_chan1_dc{ font-size: 16px; margin-top:18px;}
    .fwzc_chan1_line{ width: 300px; top: 60px;}
    #fwzc_chan1_line1{ left: 365px; }
    #fwzc_chan1_line2{ right: 365px; }
    #fwzc_chan2{ padding: 110px 0px 140px 0px; }
    .fwzc_chan2{ margin-top: 70px; padding:60px 30px 50px 30px;}
    .fwzc_chan2:before{ width: 40px; height: 44px;}
    .fwzc_chan2c_tt span{ width: 32px; height: 32px; line-height: 32px; font-size: 20px;}
    .fwzc_chan2c_dc{ font-size: 20px; height: 50px; line-height: 50px; margin-top: 15px;}
    .fwzc_chan3{ padding: 110px 0px 140px 0px; }
    .fwzc_chan3_tt{ font-size: 46px; }
    .fwzc_chan3_ft{ margin-top: 20px; }
    .fwzc_chan3c{ width: 50%; margin: 0px 10% 0px 40%;}
    .fwzc_chan3_cc{ margin-top: 45px; padding: 35px 0px;}
    .fwzc_chan3_cc div{ height: 48px; line-height: 48px;}
    .fwzc_chan3_cc div span{ font-size: 16px;}
    .fwzc_chan3_cc div p{ font-size: 22px;}
}
.newslist a{ position: relative; margin-top: 20px; border: solid 1px #dedede;}
@media (min-width:768px) 
{
    .newslist a{ width: 47%; margin-right: 3%;}
    .newslist a:nth-child(2n){ margin-right: 0px; }
}
@media (min-width:992px) 
{
    .newslist a{ margin-top: 30px; }
}
@media (min-width:1200px) 
{
    .newslist a{ margin-top: 26px; width: 32%; margin-right: 2%;}
    .newslist a:nth-child(2n){ margin-right: 2%; }
    .newslist a:nth-child(3n){ margin-right: 0px; }
}
@media (min-width:1601px) 
{
    .newslist{ margin-top: 15px; }
    .newslist a{ width: 23.5%; margin-right: 2%; margin-top: 30px;}
    .newslist a:nth-child(2n){ margin-right: 2%; }
    .newslist a:nth-child(3n){ margin-right: 2%; }
    .newslist a:nth-child(4n){ margin-right: 0px; }
}
.popnews{ position:fixed; width:100%; height:100%; z-index:9999; left:0; top:0; overflow:hidden; visibility:hidden; transition:0.54s;}
.popbgs{ width:100%; height:100%; position:absolute; left:0; top:0; background:#000; filter:alpha(opacity=70); background:rgba(0,0,0,0.7); opacity:0; visibility:hidden; transition:0.54s 0.4s;}
.popclose{ width:50px; height:50px; position:fixed; left:30px; top:50%; margin-top:-25px; background:url(../images/close.png) center no-repeat; background-size:cover; cursor:pointer; z-index:5; transition:all 0.42s; left:-50px;}
.popclose:hover{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg);}
.poptext{ height:100%; position:absolute; width:calc(100% - 20px); left:100%; top:0; z-index:4; transition:0.58s;}
.popwrs{ background:#fff; height:100%; min-height:100%; overflow-y:auto; -webkit-overflow-scrolling:touch; overflow:scroll\9;}
.popwrs::-webkit-scrollbar,.serscoll::-webkit-scrollbar{ width:5px; height: 5px;}
.popwrs::-webkit-scrollbar-thumb,.serscoll::-webkit-scrollbar-thumb { border-radius:5px; background: #C0C0C0;}
.popwrs::-webkit-scrollbar-track,.serscoll::-webkit-scrollbar-track{border-radius: 5px;}
.popnews.show{visibility:visible;}
.popnews.show .popbgs{ opacity:1; visibility:visible; transition:0.65s;}
.popnews.show .popclose{ left:0px; transition:0.4s 0.3s left,0.4s transform;}
.popnews.show .poptext{ left:10px; right:10px;}
.popnewtext{ padding:20px 0px; }
.popnewtext .containers{ width: 92%; margin: 0px auto; }
.popcom_tt{ font-size: 18px; text-align: center;} 
@media (min-width:768px) 
{
    .poptext{ width:calc(100% - 100px); }
    .popnews.show .poptext{ left:50px; right:50px;}
    .popnews.show .popclose{ left:10px }
    .popnewtext .containers{ width: 91%;} 
}
@media (min-width:1200px) 
{
    .poptext{ width:calc(100% - 160px); }
    .popnews.show .poptext{ left:80px; right:80px;}
    .popnews.show .popclose{ left:30px }
    .popnewtext{ padding:40px 0px;}
    .popnewtext .containers{ width: 88%;}
    .popcom_tt{ font-size: 28px; }
}
@media (min-width:1601px) 
{
    .popnewtext{ padding:80px 0px; }
    .popnewtext .containers{ width: 1400px;}
    .popcom_tt{ font-size: 32px; }
}

/*******Css info*******/
#company_main{ line-height:2; margin-top: 15px; font-size: 13px;}
#company_main img{ max-width:100%; }
#company_main a{ color:#dc3530;}
#company_main strong{ color:#dc3530;}
#company_main .page_tt{ font-size: 16px; text-align: center; font-weight: bold; padding-bottom: 10px;}
#contact_main{ margin:0px auto 0px; color: #666; }
#contact_main a{ color:#f18b00;}
#contact_main p{ line-height: 2; padding:8px 2px; font-size: 13px;border-bottom: solid 1px #f5f5f5; }
#contact_main strong{ color:#f18b00;  }
#page_Title{ line-height:1.8; font-size:17px; padding-bottom: 10px; border-bottom:solid 1px #EBEBEB;}
.page_Info{ height:28px; line-height: 28px; margin-top: 5px; color:#b3b3b3;  overflow: hidden; }
.page_Infoleft { float: left;}
.page_Infoleft i{ margin-right: 3px; float: left; }
.page_Infoleft span{ float: left; }
.page_Infoline{ width: 1px; height: 12px; background: #989898; float: left; margin:7px 15px 0px 15px;}
#infoImage{ width:100%;text-align:center; margin:15px 0 0px 0;}
#infoImage img{ max-width:100%;  border:#dcdcdc solid 1px;}
.page_Content{ margin:15px auto 0px; line-height:2;}
.page_Content img{max-width:100%;}
.page_Content table {
    width:100%;
    margin:0 auto;
    border-width:1px;
    color:#333;
    border-color: #f5f5f5 !important;
    border-collapse: collapse;
    box-sizing: border-box;
}
.page_Content table th {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}
.page_Content table td {
    border-width:1px;
    padding:5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}
.page_Content table td a { text-decoration:underline; color: #333;}
.rdpro1_video{ text-align: center; height: 320px; line-height: 320px; margin: 15px auto 0px; position: relative;}
.rdpro1_video img{ max-width: 100%; }
.play_btn{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); transition: .26s all linear; cursor: pointer;}
.right_side{ padding-top: 10px; }
@media (min-width:768px) 
{
    #page_Title{ font-size: 18px; }
}
@media (min-width:1200px) 
{
    #page_Title{ font-size: 20px; padding-bottom: 15px;}
    .page_Info{  margin-top: 10px; }
    #company_main{ font-size: 15px; margin-top: 25px;}
    #infoImage{ margin-top: 25px; }
    #contact_main p{ padding: 10px 2px; font-size: 15px;}
    .page_Content{ margin:20px auto 0px; }
    #company_main .page_tt{ font-size: 18px; }
    .rdpro1_video{ height: 450px; line-height: 450px; margin: 20px auto 0px;}
    .right_side{ width: 76%; float: left; padding-top: 20px; }
    .left_side{ width: 21%; position: relative; padding-left: 25px; float: right; padding-top: 20px; border-left: solid 1px #f5f5f5;}
    .left_side:before{ transition: all 0.5s ease-out 0s; content: ''; width:1px; height: 0px; background:#dc3530; position: absolute; top: 0px; left: 0px;}
    .left_side:hover:before{ height: 100%; }
    .left_side_tt{ font-size: 22px; }
    .left_side_cc{ margin-top: 10px; overflow: hidden; padding-bottom: 20px;}
    .left_side_cc a{ width: 100%; float: left; height: 38px; line-height: 38px; overflow: hidden; position: relative; padding-left: 14px;}
    .left_side_cc a i{ transition: all 0.5s ease-out 0s; width: 4px; height: 4px; background: #555; position: absolute; left: 0px; top: 50%; transform: translateY(-50%);}
}
@media (min-width:1601px) 
{
    #page_Title{ font-size: 24px; padding-bottom: 15px; }
    #infoImage{ margin-top: 30px; }
    #contact_main p{ padding: 12px 2px; font-size: 16px;}
    .page_Content{ margin:30px auto 0px; }
    #company_main .page_tt{ font-size: 20px; }
    #company_main{ font-size: 16px; margin-top: 35px;}
    .rdpro1_video{ height: 600px; line-height: 600px; margin: 25px auto 0px;}
    .right_side{ width: 74%; padding-top: 40px; }
    .left_side{ width: 22%; padding-left: 35px; padding-top: 20px; margin-top: 20px;}
    .left_side_tt{ font-size: 24px; }
    .left_side_cc{ margin-top: 15px; }
    .left_side_cc a{ height: 42px; line-height: 42px; font-size: 16px; }
}
.left_side_cc a:hover i{ background: #dc3530; transform: rotate(270deg);}
#contact_chan1{ padding: 15px 0px 20px 0px; }
.contact1ul{ overflow: hidden;}
.contact1ul li{ margin: 8px 0px; width: 50%; float: left; text-align: center; padding: 0px 5px; overflow: hidden;}
.contact1lis_p1{ font-size: 30px; color:#dc3530;}
.contact1lis_p2{ color: #888; font-size: 13px;}
.contact1lis_p3{ margin-top: 5px; font-size: 14px; line-height: 20px; }
#cemail .contact1lis_p3{ word-wrap:break-word; height: 40px;}
#caddress .contact1lis_p3{ height: 40px;}
.pmess{ margin-top: 20px; overflow: hidden;}
.pmess li{ margin-top: 10px; overflow: hidden;}
.morder_InputText{ outline: none; width: 100%; padding: 0px 15px; background: #fff; border-radius: 3px; height: 42px; line-height: 42px;}
.morder_textarea{ outline: none; width: 100%; padding:15px; background: #fff; border-radius: 3px; height: 96px; line-height: 22px; }
.morder_captcha{ float: left; outline: none; width: 120px; padding: 0px 15px; background: #fff; border-radius: 3px; height: 42px; line-height: 42px;}
.morder_verifyImg{ float: left; height: 42px;}
.morder_But{ margin-top: 15px; width: 100%; float: left; background: #dc3530; color: #fff; font-size: 13px; text-align: center; border-radius: 3px; height: 42px; line-height: 42px;}
.contact-map {
  overflow: hidden;
}
.contact-map #dituContent {
  width: 100%;
  height: 400px;
}
@media (min-width:768px) 
{
    .contact1ul li{ width: 33.3%; }
    .pmess li{ width: 100%; float: left;}
    .pmess li:nth-child(1){ width: 49%; }
    .pmess li:nth-child(2){ width: 49%; float: right;}
    .morder_But{ margin-top: 0px; width: 30%; float: right;}
}
@media (min-width:1200px) 
{
    .contact1ul li{ padding: 0px 15px; margin: 10px 0px;}
    .contact1lis_p1{ font-size: 40px; }
    .contact1lis_p2{ font-size: 15px; }
    .contact1lis_p3{ margin-top: 10px; font-size: 17px;}
    .pmess{ margin-top: 25px; }
    .morder_InputText{ padding: 0px 20px; border-radius: 5px; height: 50px; line-height: 50px;}
    .morder_textarea{ padding:20px; border-radius: 5px; height: 115px; line-height: 25px; }
    .morder_captcha{ width: 160px; padding: 0px 20px; border-radius: 5px; height: 50px; line-height: 50px;}
    .morder_verifyImg{ height: 50px;}
    .morder_But{  font-size: 15px; height: 50px; line-height: 50px;}
    #contact_chan1{ padding: 25px 0px 30px 0px; }
}
@media (min-width:1601px) 
{
    .contact1ul li{ padding: 0px 25px; margin: 15px 0px;}
    .contact1lis_p1{ font-size: 45px; }
    .contact1lis_p2{ font-size: 16px; }
    .contact1lis_p3{ margin-top: 12px; font-size: 20px;}
    .pmess{ margin-top: 35px; }
    .pmess li{ margin-top: 15px; }
    .morder_InputText{ height: 60px; line-height: 60px;}
    .morder_textarea{ height: 140px; line-height: 30px; }
    .morder_captcha{ width: 180px; height: 60px; line-height: 60px;}
    .morder_verifyImg{ height: 60px;}
    .morder_But{  font-size: 16px; height: 60px; line-height: 60px;}
    .contact-map #dituContent {
        height: 480px;
    }
    #contact_chan1{ padding: 45px 0px 50px 0px; }
}
.morder_But:hover{ background: #f18b5e; color: #fff;}

/* 无内容 */
.no-goods,.no-network{
  padding-top:70px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  color:#666666;
  line-height: 2;
}

.page_message{ overflow: hidden; margin-top: 10px;}
.seek_job li{ padding-top:10px; height: 100%; overflow: hidden;}
.seek_t1{ float: left; font-weight: bold; height: 40px; line-height: 40px; width:60px;}
.job_nam{ float: left; margin-left: 15px; color:#dc3530; font-weight: bold; }
.G_InputText{
    width:100%;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px;outline: none;
}
.G_InputText:hover{ border:1px solid #dc3530; }
.G_captcha{
    width:85px;
    height:40px;
    line-height:40px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px; outline: none;
}
.G_captcha:hover{ border:1px solid #dc3530; }
.G_textarea{
    width:100%;
    height:150px;
    line-height:30px;
    border:1px solid #dedede;
    padding:0px 10px;
    float:left;
    border-radius: 2px;outline: none;
}
.G_textarea:hover{ border:1px solid #dc3530; }
.G_select{ float: left; border:1px solid #dedede; height: 40px; line-height: 40px; }
.job_radio{ float: left; }
.G_img{ float: left; margin-top: 10px; margin-left: 5px; }
.G_But{
    width:100%;
    height:50px;
    line-height:50px;
    background:#dc3530;
    border-radius:5px;
    text-align:center;
    color:#FFF;
    cursor:pointer;
    transition: all 0.3s;
    float: left;outline: none; border: 0px;font-size: 18px;
}
.G_But:hover{
    background:#f18b00; color: #fff;
}
@media (min-width:370px) 
{
    .G_captcha{ width: 100px; }
}
@media (min-width:768px) 
{
    .G_InputText{ width: 500px; }
    .G_textarea{ width: 500px; }
    .G_But{ width: 400px; }
}
@media (min-width:1200px) 
{
    .page_message{ margin-top: 15px; }
    .page_message_left{ width: 70%; float: left;}
    .page_message_wx{ width: 140px; color: #999; float: left; margin-left: 60px; margin-top: 40px; text-align: center; }
    .page_message_wx img{ width: 100%; display: inline-block; }
}
@media (min-width:1601px) 
{
    .page_message{ margin-top: 30px; }
    .seek_job li{ margin-top: 13px; }
    .seek_t1{ height: 54px; line-height: 54px; }
    .G_InputText{ width: 700px; height: 54px; line-height: 54px;}
    .G_textarea{ width: 700px; }
    .G_captcha{ height: 54px; line-height: 54px; width: 130px; }
    .G_But{ width: 400px; height: 58px; line-height: 58px;} 
    .page_message #verifyImg{ margin-top: 10px; }
    .page_message_wx{ width: 145px; margin-left: 100px; }
    .page_message_wx img{ margin-bottom: 10px; }
}

.mask50{
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.swin_alert{
    width: 86%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 9999;
    display: none;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.swin_close{
    background: url(../images/close.png) no-repeat center;
    width: 14px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 15px;
}
.swin_inner{
    padding:20px 15px 20px 15px;
}
.swin_title{
    font-size: 20px; 
}
.swin_title a{ position: relative; padding: 0px 4px; }
.swin_title a:after{ content: ''; width: 100%; height: 10px; background: #9CEDD6; position: absolute; bottom: 0px; left: 0px; z-index: 1;}
.swin_title a span{ position: relative;z-index: 2; }
.swin_desc{
    margin-top: 15px;
    color: #666666;
}
.swin_desc a{ color: #666666; }
.swin_desc_cc{ line-height: 2; }
.swin_desc_cc img{ max-width: 100%; }
.swin_desc_lx{ margin-top: 15px; border-top: solid 1px #ECECEC; padding-top: 13px;}
.swin_desc_lx_left{ line-height: 2.2; }
.swin_desc_lx_right{ position: relative; padding-right: 100px; margin-top: 10px;}
.swin_desc_lx_right img{ width: 110px;}
.swin_desc_lx_right span{ font-weight: bold; font-size: 14px; position: absolute; left: 120px; top: 50%; transform: translateY(-50%);}
@media (min-width:768px) 
{
    .swin_alert{ height: 500px; }
    .swin_desc_lx_right{ width: 50%; float: left;}
}
@media (min-width:1200px) 
{
    .swin_alert{ width: 1140px; height: 550px;}
    .swin_close{  top: 30px;
    right: 25px;}
    .swin_inner{
    padding:35px 30px 40px 30px;
   }
   .swin_title{
    font-size: 26px;
   }
   .swin_desc{
    margin-top: 25px;
   }
   .swin_desc_cc{ font-size: 15px; }
   .swin_desc_lx{ margin-top: 28px; padding-top: 20px;}
   .swin_desc_lx_left{ width: 590px; float: left;  padding-top: 10px;}
   .swin_desc_lx_right{ width: auto; position: relative; padding-right: 90px; margin-left: 30px; margin-top: 0px;}
   .swin_desc_lx_right img{ width: 95px;}
   .swin_desc_lx_right span{  font-size: 16px;  right: 0px; left: auto; }
}
@media (min-width:1601px) 
{
   .swin_alert{ width: 1250px; height: 700px;}
   .swin_close{  top: 35px;right: 35px;}
   .swin_inner{padding:40px 40px 50px 40px;}
   .swin_title{font-size: 30px;}
   .swin_title a:after{ height: 12px; }
   .swin_desc{
    margin-top: 30px;
   }
   .swin_desc_cc{ font-size: 16px; }
   .swin_desc_lx{ margin-top: 32px; padding-top: 28px;}
   .swin_desc_lx_left{ width: 600px; padding-top: 15px;}
   .swin_desc_lx_right img{ width: 110px;}
   .swin_desc_lx_right span{ font-size: 17px; }
}

/*******Css prev_next*******/
.prev_next{ overflow: hidden; margin-top: 15px;}
.prev_next li{ cursor: pointer; background: #eaeaea; height: 30px; line-height: 30px; overflow: hidden; padding: 0px 10px; margin-bottom: 8px;}
.prev_next li:hover{ background: #dc3530; color: #fff;}
.prev_next li:hover a{ color: #fff; }
@media (min-width:768px) 
{
   .prev_next{ position: relative; padding-right: 110px;}
   .prev_next_btn{ width: 100px; height: 68px; line-height: 68px; background-color:#dc3530; background-image: url(../images/prev_next_icon.png); background-position: 15px center; background-repeat: no-repeat; padding-left: 36px; color: #fff; position: absolute; right: 0px; top: 0px;}
   .prev_next_btn:hover{ background-color: #f18b5e; color: #fff; }
}
@media (min-width:1200px) 
{
    .prev_next{ margin-top: 25px; padding-right: 160px;}
    .prev_next li{ height: 50px; line-height: 50px; padding: 0px 15px;}
    .prev_next_btn{ width: 145px; height: 108px; line-height: 108px; background-position: 25px center; padding-left: 60px;}
}
@media (min-width:1601px) 
{
    .prev_next{ margin-top: 35px; padding-right: 210px;}
    .prev_next li{ height: 55px; margin-bottom: 10px; line-height: 55px; padding: 0px 20px;}
    .prev_next_btn{ width: 190px; height: 120px; line-height: 120px; background-position: 40px center; padding-left: 75px; font-size: 15px;}
}

/*css digg style pagination*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 25px 0 10px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #dc3530;
  background: #dc3530;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
@media (min-width:768px) 
{
    .de-page-mian .page-inner span { display: block; }
    .de-page-mian .page-inner input { display: block; }
    .de-page-mian .page-inner a.page-btn { display: block; }
}
@media (min-width:1200px) 
{
    .de-page-mian{ margin: 35px 0 10px; }
}
@media (min-width:1601px) 
{
    .de-page-mian{ margin: 50px 0 10px; }
}